OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GroupNodeIndices
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h
60
///
GroupNodeIndices
- For each register, the index of the GroupNode
64
std::vector<unsigned>
GroupNodeIndices
;
AggressiveAntiDepBreaker.cpp
45
GroupNodeIndices
(TargetRegs, 0),
53
GroupNodeIndices
[i] = i;
61
unsigned Node =
GroupNodeIndices
[Reg];
82
assert(
GroupNodeIndices
[0] == 0 && "Reg 0 not in Group 0!");
102
GroupNodeIndices
[Reg] = idx;
[
all
...]
Completed in 661 milliseconds