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 158 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
160 static const SDep *CriticalPathStep(const SUnit *SU) {
546 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) {
AggressiveAntiDepBreaker.cpp 292 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
294 static const SUnit *CriticalPathStep(const SUnit *SU) {
805 CriticalPathSU = CriticalPathStep(CriticalPathSU);
    [all...]

Completed in 381 milliseconds