Searched defs:visitCallInst (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h172 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DInstVisitor.h216 RetTy visitCallInst(CallInst &I) { function in class:llvm::InstVisitor
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLint.cpp347 void Lint::visitCallInst(CallInst &I) { function in class:Lint
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp193 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp492 void visitCallInst (CallInst &I) { function in class:__anon10694::SCCPSolver
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp1191 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier

Completed in 180 milliseconds