OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntervalPressure
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
225
IntervalPressure
RegPressure;
235
IntervalPressure
TopPressure;
240
IntervalPressure
BotPressure;
308
const
IntervalPressure
&getTopPressure() const { return TopPressure; }
312
const
IntervalPressure
&getBotPressure() const { return BotPressure; }
316
const
IntervalPressure
&getRegPressure() const { return RegPressure; }
RegisterPressure.h
65
struct
IntervalPressure
: RegisterPressure {
78
/// TopPos and BottomPos. This is a less precise version of
IntervalPressure
for
186
/// Run in two modes dependending on whether constructed with
IntervalPressure
210
RegPressureTracker(
IntervalPressure
&rp) :
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
149
void
IntervalPressure
::reset() {
166
void
IntervalPressure
::openTop(SlotIndex NextTop) {
182
void
IntervalPressure
::openBottom(SlotIndex PrevBottom) {
221
assert(lis && "
IntervalPressure
requires LiveIntervals");
230
static_cast<
IntervalPressure
&>(P).reset();
247
return static_cast<
IntervalPressure
&>(P).TopIdx.isValid();
255
return static_cast<
IntervalPressure
&>(P).BottomIdx.isValid();
273
static_cast<
IntervalPressure
&>(P).TopIdx = getCurrSlot();
291
static_cast<
IntervalPressure
&>(P).BottomIdx = getCurrSlot();
461
static_cast<
IntervalPressure
&>(P).openTop(SlotIdx)
[
all
...]
Completed in 28 milliseconds