Home
last modified time | relevance | path

Searched refs:WeakSuccsLeft (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp158 ++N->WeakSuccsLeft; in addPred()
205 --N->WeakSuccsLeft; in removePred()
346 if (WeakSuccsLeft) in dumpAttributes()
347 dbgs() << " # weak succs left : " << WeakSuccsLeft << "\n"; in dumpAttributes()
DMachineScheduler.cpp661 --PredSU->WeakSuccsLeft; in releasePred()
2903 return (isTop) ? SU->WeakPredsLeft : SU->WeakSuccsLeft; in getWeakLeft()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h271 unsigned WeakSuccsLeft = 0; ///< # of weak succs not scheduled. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1894 SUnits[i].WeakSuccsLeft = SUnitsLinksBackup[i].WeakSuccsLeft; in restoreSULinksLeft()