OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceCallEdge
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h
290
///
replaceCallEdge
- This method replaces the edge in the node for the
293
void
replaceCallEdge
(CallSite CS, CallSite NewCS, CallGraphNode *NewNode);
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp
322
///
replaceCallEdge
- This method replaces the edge in the node for the
325
void CallGraphNode::
replaceCallEdge
(CallSite CS,
CallGraphSCCPass.cpp
294
CGN->
replaceCallEdge
(CS, CS, CalleeNode);
/external/llvm/include/llvm/Analysis/
CallGraph.h
270
void
replaceCallEdge
(CallSite CS, CallSite NewCS, CallGraphNode *NewNode);
/external/llvm/lib/Analysis/
CallGraph.cpp
243
///
replaceCallEdge
- This method replaces the edge in the node for the
246
void CallGraphNode::
replaceCallEdge
(CallSite CS,
CallGraphSCCPass.cpp
315
CGN->
replaceCallEdge
(CS, CS, CalleeNode);
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp
756
CalleeNode->
replaceCallEdge
(Call, New, NF_CGN);
[
all
...]
Completed in 273 milliseconds