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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h154 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h223 RetTy visitCallInst(CallInst &I) { function in class:llvm::InstVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } function in class:__anon5745::LibCallsShrinkWrap
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp103 void visitCallInst(CallInst &I);
394 void Lint::visitCallInst(CallInst &I) { function in class:Lint
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp199 bool visitCallInst(CallInst &ICI);
838 bool ScalarizerVisitor::visitCallInst(CallInst &CI) { function in class:ScalarizerVisitor
H A DSCCP.cpp636 void visitCallInst (CallInst &I) { function in class:__anon5717::SCCPSolver
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h425 Instruction *visitCallInst(CallInst &CI);
H A DInstCombineCalls.cpp1788 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp707 DFSanVisitor(DFSF).visitCallInst(*CI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp462 void visitCallInst(CallInst &CI);
3143 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier

Completed in 112 milliseconds