Home
last modified time | relevance | path

Searched defs:visitCallInst (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp168 void SPIRVRegularizer::visitCallInst(CallInst &CI) { in visitCallInst() function in SPIRVRegularizer
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h378 bool visitCallInst(CallInst &CI) { in visitCallInst() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp79 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst() function in __anon0d90bb740211::LibCallsShrinkWrap
H A DSCCPSolver.cpp564 void visitCallInst(CallInst &I) { visitCallBase(I); } in visitCallInst() function in llvm::SCCPInstVisitor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp208 void visitCallInst(CallInst &CI) { in visitCallInst() function in __anon5bf58a5a0111::MemOPSizeOpt
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h557 InstrType visitCallInst(CallInst &CI) { in visitCallInst() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstVisitor.h220 RetTy visitCallInst(CallInst &I) { DELEGATE(CallBase); } in visitCallInst() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp970 bool ScalarizerVisitor::visitCallInst(CallInst &CI) { in visitCallInst() function in ScalarizerVisitor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1155 Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) { in visitCallInst() function in InstCombinerImpl
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp3630 void Verifier::visitCallInst(CallInst &CI) { in visitCallInst() function in Verifier