Searched defs:visitInstruction (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h86 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); } function in class:llvm::UnrolledInstAnalyzer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstCount.cpp47 void visitInstruction(Instruction &I) { function in class:__anon1620::InstCount
H A DMemoryBuiltins.cpp818 SizeOffsetType ObjectSizeOffsetVisitor::visitInstruction(Instruction &I) { function in class:ObjectSizeOffsetVisitor
1048 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitInstruction(Instruction &I) { function in class:ObjectSizeOffsetEvaluator
H A DInlineCost.cpp1716 bool CallAnalyzer::visitInstruction(Instruction &I) { function in class:CallAnalyzer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h170 void visitInstruction(Instruction &I) { function in class:llvm::Interpreter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h299 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions function in class:llvm::InstVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h453 Instruction *visitInstruction(Instruction &I) { return nullptr; } function in class:llvm::InstCombiner
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp186 bool visitInstruction(Instruction &I) { return false; } function in class:__anon2755::ScalarizerVisitor
H A DSCCP.cpp655 void visitInstruction(Instruction &I) { function in class:__anon2751::SCCPSolver
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp181 bool visitInstruction(Instruction &I) { return false; } function in class:__anon2072::AMDGPUCodeGenPrepare
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp517 void visitInstruction(Instruction &I) { PI.setAborted(&I); } function in struct:__anon2550::AllocaUseVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4090 void Verifier::visitInstruction(Instruction &I) { function in class:Verifier
[all...]

Completed in 145 milliseconds