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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp105 /// closestSucc - Returns the scheduled cycle of the successor which is
107 static unsigned closestSucc(const SUnit *SU) { function
210 unsigned LDist = closestSucc(left);
211 unsigned RDist = closestSucc(right);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2325 /// closestSucc - Returns the scheduled cycle of the successor which is
2327 static unsigned closestSucc(const SUnit *SU) {
2336 Height = closestSucc(Succ.getSUnit())+1;
2589 unsigned LDist = closestSucc(left);
2590 unsigned RDist = closestSucc(right);

Completed in 120 milliseconds