HomeSort by relevance Sort by last modified time
    Searched refs:removeCallEdgeFor (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 252 CGN->removeCallEdgeFor(CS);
254 CGN->removeCallEdgeFor(CS);
Inliner.cpp 465 CG[Caller]->removeCallEdgeFor(CS);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 243 CGN->removeCallEdgeFor(CI);
245 CGN->removeCallEdgeFor(II);
Inliner.cpp 415 CG[Caller]->removeCallEdgeFor(CS);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 276 /// removeCallEdgeFor - This method removes the edge in the node for the
279 void removeCallEdgeFor(CallSite CS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp 279 /// removeCallEdgeFor - This method removes the edge in the node for the
282 void CallGraphNode::removeCallEdgeFor(CallSite CS) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 253 void removeCallEdgeFor(CallSite CS);
  /external/llvm/lib/Analysis/
CallGraph.cpp 200 /// removeCallEdgeFor - This method removes the edge in the node for the
203 void CallGraphNode::removeCallEdgeFor(CallSite CS) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 725 CallerNode->removeCallEdgeFor(CS);
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 979 milliseconds