OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Node2Index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAG.cpp
459
// initializing the Index2Node and
Node2Index
arrays and then tries to keep
475
Node2Index
.resize(DAGSize);
483
// Temporarily use the
Node2Index
array as scratch space for degree counts.
484
Node2Index
[NodeNum] = Degree;
502
if (SU->NodeNum < DAGSize && !--
Node2Index
[SU->NodeNum])
516
assert(
Node2Index
[SU.NodeNum] >
Node2Index
[PD.getSUnit()->NodeNum] &&
550
LowerBound =
Node2Index
[Y->NodeNum];
551
UpperBound =
Node2Index
[X->NodeNum];
584
if (s >=
Node2Index
.size()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h
708
std::vector<int>
Node2Index
;
Completed in 22 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026