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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 132 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
134 static const SDep *CriticalPathStep(const SUnit *SU) {
563 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) {
AggressiveAntiDepBreaker.cpp 274 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
276 static const SUnit *CriticalPathStep(const SUnit *SU) {
794 CriticalPathSU = CriticalPathStep(CriticalPathSU);
    [all...]

Completed in 71 milliseconds