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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } function in class:__anon4742::LibCallsShrinkWrap
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h219 RetTy visitCallInst(CallInst &I) { DELEGATE(CallBase); } function in class:llvm::InstVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp255 void visitCallInst(CallInst &CI) { function in class:__anon4595::MemOPSizeOpt
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp917 bool ScalarizerVisitor::visitCallInst(CallInst &CI) { function in class:ScalarizerVisitor
H A DSCCP.cpp585 void visitCallInst (CallInst &I) { function in class:__anon4706::SCCPSolver
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1850 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3256 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier

Completed in 276 milliseconds