OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TopIdx
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
115
TopIdx
= BottomIdx = SlotIndex();
132
if (
TopIdx
<= NextTop)
134
TopIdx
= SlotIndex();
234
return static_cast<IntervalPressure&>(P).
TopIdx
.isValid();
260
static_cast<IntervalPressure&>(P).
TopIdx
= getCurrSlot();
[
all
...]
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
42
///
TopIdx
and BottomIdx. During pressure computation, the maximum pressure per
52
SlotIndex
TopIdx
;
262
/// explicitly called. Similarly, P.
TopIdx
is invalid during upward
264
/// traversing past
TopIdx
or BottomIdx reopens it.
Completed in 32 milliseconds