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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 102 MachineBasicBlock::iterator RegionBegin;
167 MachineBasicBlock::iterator begin() const { return RegionBegin; }
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 371 AntiDepBreak->BreakAntiDependencies(SUnits, RegionBegin, RegionEnd,
744 RegionBegin = RegionEnd;
761 RegionBegin = prior(RegionEnd);
MachineScheduler.cpp 189 /// scheduler must update the RegionBegin and RegionEnd positions cached by
238 // RegionBegin). If the current block has no terminator then RegionEnd ==
416 // Advance RegionBegin if the first instruction moves down.
417 if (&*RegionBegin == MI)
418 ++RegionBegin;
426 // Recede RegionBegin if an instruction moves above the first.
427 if (RegionBegin == InsertPos)
428 RegionBegin = MI;
461 TopRPTracker.init(&MF, RegClassInfo, LIS, BB, RegionBegin);
534 /// after setting up the current scheduling region. [RegionBegin, RegionEnd
    [all...]
ScheduleDAGInstrs.cpp 183 RegionBegin = begin;
669 for (MachineBasicBlock::iterator I = RegionBegin; I != RegionEnd; ++I) {
729 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin;
    [all...]

Completed in 5808 milliseconds