OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BottomIdx
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
150
TopIdx =
BottomIdx
= SlotIndex();
183
if (
BottomIdx
> PrevBottom)
185
BottomIdx
= SlotIndex();
255
return static_cast<IntervalPressure&>(P).
BottomIdx
.isValid();
291
static_cast<IntervalPressure&>(P).
BottomIdx
= getCurrSlot();
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
57
/// TopIdx and
BottomIdx
. During pressure computation, the maximum pressure per
68
SlotIndex
BottomIdx
;
168
/// computes incrementally. During downward tracking, P.
BottomIdx
or P.BottomPos
172
/// traversing past TopIdx or
BottomIdx
reopens it.
Completed in 44 milliseconds