HomeSort by relevance Sort by last modified time
    Searched refs:IntervalPressure (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 114 void IntervalPressure::reset() {
131 void IntervalPressure::openTop(SlotIndex NextTop) {
147 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
189 static_cast<IntervalPressure&>(P).reset();
217 assert(lis && "IntervalPressure requires LiveIntervals");
234 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
242 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
260 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
272 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
540 static_cast<IntervalPressure&>(P).openTop(SlotIdx)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 374 IntervalPressure RegPressure;
383 IntervalPressure TopPressure;
387 IntervalPressure BotPressure;
407 const IntervalPressure &getTopPressure() const { return TopPressure; }
411 const IntervalPressure &getBotPressure() const { return BotPressure; }
415 const IntervalPressure &getRegPressure() const { return RegPressure; }
RegisterPressure.h 50 struct IntervalPressure : RegisterPressure {
63 /// TopPos and BottomPos. This is a less precise version of IntervalPressure for
278 /// Run in two modes dependending on whether constructed with IntervalPressure
302 RegPressureTracker(IntervalPressure &rp) :

Completed in 94 milliseconds