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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 127 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
129 static const SDep *CriticalPathStep(const SUnit *SU) {
540 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) {
AggressiveAntiDepBreaker.cpp 263 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
265 static const SUnit *CriticalPathStep(const SUnit *SU) {
823 CriticalPathSU = CriticalPathStep(CriticalPathSU);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 157 /// CriticalPathStep - Return the next SUnit after SU on the bottom-up
159 static const SDep *CriticalPathStep(const SUnit *SU) {
528 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) {
802 CriticalPathSU = CriticalPathStep(CriticalPathSU);
    [all...]

Completed in 202 milliseconds