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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp140 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
142 static const SDep *CriticalPathStep(const SUnit *SU) { function
562 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) {
H A DAggressiveAntiDepBreaker.cpp271 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
273 static const SUnit *CriticalPathStep(const SUnit *SU) {
835 CriticalPathSU = CriticalPathStep(CriticalPathSU);

Completed in 109 milliseconds