OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdatedNodes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
95
SmallSetVector<SDNode *, 16> *
UpdatedNodes
;
106
SmallSetVector<SDNode *, 16> *
UpdatedNodes
= nullptr)
108
LegalizedNodes(LegalizedNodes),
UpdatedNodes
(
UpdatedNodes
) {}
199
if (
UpdatedNodes
)
200
UpdatedNodes
->insert(N);
211
if (
UpdatedNodes
)
212
UpdatedNodes
->insert(New);
221
if (
UpdatedNodes
)
222
UpdatedNodes
->insert(New.getNode())
[
all
...]
DAGCombiner.cpp
1534
SmallSetVector<SDNode *, 16>
UpdatedNodes
;
1535
bool NIsValid = DAG.LegalizeOp(N,
UpdatedNodes
);
1537
for (SDNode *LN :
UpdatedNodes
)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h
570
///
UpdatedNodes
so that the delta to the DAG can be understood by the
578
///
UpdatedNodes
with any new nodes replacing those originally in the DAG.
579
bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &
UpdatedNodes
);
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026