OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceNode
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
CallGraphSCCPass.h
96
///
ReplaceNode
- This informs the SCC and the pass manager that the specified
98
void
ReplaceNode
(CallGraphNode *Old, CallGraphNode *New);
/external/llvm/include/llvm/ADT/
SCCIterator.h
187
///
ReplaceNode
- This informs the scc_iterator that the specified Old node
189
void
ReplaceNode
(NodeType *Old, NodeType *New) {
/external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp
510
///
ReplaceNode
- This informs the SCC and the pass manager that the specified
512
void CallGraphSCC::
ReplaceNode
(CallGraphNode *Old, CallGraphNode *New) {
524
CGI->
ReplaceNode
(Old, New);
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
168
void
ReplaceNode
(SDNode *Old, SDNode *New) {
172
void
ReplaceNode
(SDValue Old, SDValue New) {
176
void
ReplaceNode
(SDNode *Old, const SDValue *New) {
325
DAGLegalize->
ReplaceNode
(SDValue(ST, 0), Result);
389
DAGLegalize->
ReplaceNode
(SDValue(ST, 0), Result);
421
DAGLegalize->
ReplaceNode
(SDValue(ST, 0), Result);
714
ReplaceNode
(ST, OptStore);
737
ReplaceNode
(SDValue(Node, 0), Res);
749
ReplaceNode
(SDValue(Node, 0), Result);
[
all
...]
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
108
SCC.
ReplaceNode
(*I, CGN);
[
all
...]
Completed in 192 milliseconds