OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeStack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
431
std::vector<NodeId>
NodeStack
;
439
NodeStack
.push_back(NId);
461
NodeStack
.push_back(NId);
470
NodeStack
.push_back(NId);
476
return
NodeStack
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
2764
///
NodeStack
- The node stack when the scope was formed.
2765
SmallVector<SDValue, 4>
NodeStack
;
2816
for (auto &J : I.
NodeStack
)
2884
SmallVector<SDValue, 8>
NodeStack
;
2886
NodeStack
.push_back(N);
3009
NewEntry.
NodeStack
.append(
NodeStack
.begin(),
NodeStack
.end());
3021
if (
NodeStack
.size() > 1)
3022
Parent =
NodeStack
[NodeStack.size()-2].getNode()
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026