Searched refs:visitInstruction (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstCount.cpp51 void visitInstruction(Instruction &I) { function in class:__anon1659::InstCount
H A DLoopUnrollAnalyzer.cpp222 bool UnrolledInstAnalyzer::visitInstruction(Instruction &I) { function in class:UnrolledInstAnalyzer
H A DCFLGraph.h259 void visitInstruction(Instruction &) {
H A DMemoryBuiltins.cpp854 SizeOffsetType ObjectSizeOffsetVisitor::visitInstruction(Instruction &I) { function in class:ObjectSizeOffsetVisitor
1091 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitInstruction(Instruction &I) { function in class:ObjectSizeOffsetEvaluator
H A DInlineCost.cpp383 bool visitInstruction(Instruction &I);
2057 bool CallAnalyzer::visitInstruction(Instruction &I) { function in class:CallAnalyzer
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h86 bool visitInstruction(Instruction &I);
H A DMemoryBuiltins.h284 SizeOffsetType visitInstruction(Instruction &I);
350 SizeOffsetEvalType visitInstruction(Instruction &I);
H A DIRSimilarityIdentifier.h421 InstrType visitInstruction(Instruction &I) { return Legal; } function in struct:llvm::IRSimilarity::IRInstructionMapper::InstructionClassification
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h343 bool visitInstruction(Instruction &I) { return true; } function in struct:llvm::IROutliner::InstructionAllowed
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp69 bool visitInstruction(Instruction &) { return false; } function in class:__anon2203::AMDGPULateCodeGenPrepare
H A DAMDGPUCodeGenPrepare.cpp204 bool visitInstruction(Instruction &I) { return false; } function in class:__anon2196::AMDGPUCodeGenPrepare
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp501 void visitVAArgInst(VAArgInst &VAA) { visitInstruction(VAA); }
508 void visitInstruction(Instruction &I);
2731 visitInstruction(I);
2821 visitInstruction(SI);
2846 visitInstruction(I);
2864 visitInstruction(I);
2882 visitInstruction(I);
2899 visitInstruction(I);
2917 visitInstruction(I);
2940 visitInstruction(
4386 void Verifier::visitInstruction(Instruction &I) { function in class:Verifier
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h170 void visitInstruction(Instruction &I) { function in class:llvm::Interpreter
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h72 /// an implementation of visitInstruction though!.
279 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions function in class:llvm::InstVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp330 void visitInstruction(Instruction &I);
518 void SCCPInstVisitor::visitInstruction(Instruction &I) { function in class:SCCPInstVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h174 Instruction *visitInstruction(Instruction &I) { return nullptr; } function in class:llvm::final
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp192 bool visitInstruction(Instruction &I) { return false; } function in class:__anon3020::ScalarizerVisitor
H A DSROA.cpp1061 void visitInstruction(Instruction &I) { PI.setAborted(&I); }
2402 bool visitInstruction(Instruction &I) {
3280 bool visitInstruction(Instruction &I) { return false; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3523 visitInstruction(I);
3595 visitInstruction(CB);
4117 void visitInstruction(Instruction &I) {

Completed in 193 milliseconds