Searched refs:CriticalPathStep (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp132 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
134 static const SDep *CriticalPathStep(const SUnit *SU) { function
563 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) {
H A DAggressiveAntiDepBreaker.cpp274 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
276 static const SUnit *CriticalPathStep(const SUnit *SU) {
794 CriticalPathSU = CriticalPathStep(CriticalPathSU);

Completed in 669 milliseconds