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

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp124 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
126 static const SDep *CriticalPathStep(const SUnit *SU) { function
517 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) {

Completed in 123 milliseconds