Home
last modified time | relevance | path

Searched refs:visitCallInst (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h327 bool visitCallInst(CallInst &CI) { in visitCallInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc52 void visitCallInst(CallInst &CI) {
H A DPGOMemOPSizeOpt.cpp254 void visitCallInst(CallInst &CI) { in visitCallInst() function in __anon028517370211::MemOPSizeOpt
H A DDataFlowSanitizer.cpp1222 DFSanVisitor(DFSF).visitCallInst(*CI); in getOrBuildTrampolineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h409 InstrType visitCallInst(CallInst &CI) { in visitCallInst() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h222 RetTy visitCallInst(CallInst &I) { DELEGATE(CallBase); } in visitCallInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst() function in __anond083b6f10211::LibCallsShrinkWrap
H A DSCCPSolver.cpp335 void visitCallInst(CallInst &I) { visitCallBase(I); } in visitCallInst() function in llvm::SCCPInstVisitor
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp207 bool visitCallInst(CallInst &ICI);
923 bool ScalarizerVisitor::visitCallInst(CallInst &CI) { in visitCallInst() function in ScalarizerVisitor
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h143 Instruction *visitCallInst(CallInst &CI);
H A DInstCombineCalls.cpp801 Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) { in visitCallInst() function in InstCombinerImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp502 void visitCallInst(CallInst &CI);
3428 void Verifier::visitCallInst(CallInst &CI) { in visitCallInst() function in Verifier