Home
last modified time | relevance | path

Searched refs:removeCallEdgeFor (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp249 CGN->removeCallEdgeFor(*Call); in DeleteBasicBlock()
251 CGN->removeCallEdgeFor(*Call); in DeleteBasicBlock()
DInliner.cpp676 CG[Caller]->removeCallEdgeFor(*cast<CallBase>(CS.getInstruction())); in inlineCallsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp187 void CallGraphNode::removeCallEdgeFor(CallBase &Call) { in removeCallEdgeFor() function in CallGraphNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h249 void removeCallEdgeFor(CallBase &Call);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1481 PrepareUserNode->removeCallEdgeFor(*CB); in replacePrepare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1243 CallerNode->removeCallEdgeFor(*cast<CallBase>(CS.getInstruction())); in UpdateCallGraphAfterInlining()