Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h154 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } in visitCallInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp103 void visitCallInst(CallInst &I);
394 void Lint::visitCallInst(CallInst &I) { in visitCallInst() function in Lint
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h223 RetTy visitCallInst(CallInst &I) { in visitCallInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp199 bool visitCallInst(CallInst &ICI);
838 bool ScalarizerVisitor::visitCallInst(CallInst &CI) { in visitCallInst() function in ScalarizerVisitor
DSCCP.cpp636 void visitCallInst (CallInst &I) { in visitCallInst() function in __anon0b1ec3070111::SCCPSolver
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst() function in __anon7bf2ab680211::LibCallsShrinkWrap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h425 Instruction *visitCallInst(CallInst &CI);
DInstCombineCalls.cpp1788 Instruction *InstCombiner::visitCallInst(CallInst &CI) { in visitCallInst() function in InstCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp707 DFSanVisitor(DFSF).visitCallInst(*CI); in getOrBuildTrampolineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp462 void visitCallInst(CallInst &CI);
3143 void Verifier::visitCallInst(CallInst &CI) { in visitCallInst() function in Verifier