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

  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 78 void recede() { function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
RegisterPressure.h 225 /// tracker before the first call to advance/recede.
241 /// Recede across the previous instruction.
242 bool recede();
262 /// This result is complete if either advance() or recede() has returned true,
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 245 ReservedScoreboard.recede();
247 RequiredScoreboard.recede();
MachineScheduler.cpp 426 // Recede RegionBegin if an instruction moves above the first.
488 BotRPTracker.recede();
594 RPTracker.recede();
708 BotRPTracker.recede();
    [all...]
RegisterPressure.cpp 432 /// Recede across the previous instruction.
433 bool RegPressureTracker::recede() { function in class:RegPressureTracker
659 /// pressure. Unlike the advance/recede pressure tracking interface, this does
667 // Account for register pressure similar to RegPressureTracker::recede().
744 /// pressure. Unlike the advance/recede pressure tracking interface, this does
752 // Account for register pressure similar to RegPressureTracker::recede().
ScheduleDAGInstrs.cpp 742 RPTracker->recede();
    [all...]

Completed in 178 milliseconds