Searched refs:visitCallInst (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp48 void visitCallInst(CallInst &I);
101 void SITypeRewriter::visitCallInst(CallInst &I) { function in class:SITypeRewriter
H A DR600TextureIntrinsicsReplacer.cpp260 void visitCallInst(CallInst &I) { function in class:__anon26119::R600TextureIntrinsicsReplacer
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h172 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/external/llvm/include/llvm/IR/
H A DInstVisitor.h220 RetTy visitCallInst(CallInst &I) { function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DLint.cpp76 void visitCallInst(CallInst &I);
347 void Lint::visitCallInst(CallInst &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h203 Instruction *visitCallInst(CallInst &CI);
H A DInstCombineCalls.cpp199 /// visitCallInst - CallInst simplification. This mostly only handles folding
203 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp535 DFSanVisitor(DFSF).visitCallInst(*CI);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp486 void visitCallInst (CallInst &I) { function in class:__anon26321::SCCPSolver
/external/llvm/lib/IR/
H A DVerifier.cpp298 void visitCallInst(CallInst &CI);
1709 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier

Completed in 1699 milliseconds