Searched refs:stealCalledFunctionsFrom (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCallGraph.h250 /// stealCalledFunctionsFrom - Move all the callee information from N to this
252 void stealCalledFunctionsFrom(CallGraphNode *N) { function in namespace:llvm
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h229 void stealCalledFunctionsFrom(CallGraphNode *N) { function in namespace:llvm
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1025 NF_CGN->stealCalledFunctionsFrom(CG[F]);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DArgumentPromotion.cpp893 NF_CGN->stealCalledFunctionsFrom(CG[F]);

Completed in 1273 milliseconds