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 102 void IntervalPressure::reset() {
119 void IntervalPressure::openTop(SlotIndex NextTop) {
135 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
165 static_cast<IntervalPressure&>(P).reset();
194 assert(lis && "IntervalPressure requires LiveIntervals");
212 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
220 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
238 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
256 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
487 static_cast<IntervalPressure&>(P).openTop(SlotIdx)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 364 IntervalPressure RegPressure;
373 IntervalPressure TopPressure;
377 IntervalPressure BotPressure;
397 const IntervalPressure &getTopPressure() const { return TopPressure; }
401 const IntervalPressure &getBotPressure() const { return BotPressure; }
405 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
248 /// Run in two modes dependending on whether constructed with IntervalPressure
272 RegPressureTracker(IntervalPressure &rp) :

Completed in 278 milliseconds