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

/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h172 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DInstVisitor.h216 RetTy visitCallInst(CallInst &I) { function in class:llvm::InstVisitor
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombine.h183 Instruction *visitCallInst(CallInst &CI);
H A DInstCombineCalls.cpp189 /// visitCallInst - CallInst simplification. This mostly only handles folding
193 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLint.cpp77 void visitCallInst(CallInst &I);
347 void Lint::visitCallInst(CallInst &I) { function in class:Lint
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp270 void visitCallInst(CallInst &CI);
1191 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp492 void visitCallInst (CallInst &I) { function in class:__anon10625::SCCPSolver

Completed in 138 milliseconds