Searched refs:LDepth (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int LDepth = left->getDepth(); local
151 if (LDepth != RDepth) {
153 << ") depth " << LDepth << " vs SU (" << right->NodeNum
155 return LDepth < RDepth ? 1 : -1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2508 int LDepth = left->getDepth() - LPenalty;
2510 if (LDepth != RDepth) {
2512 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2514 return LDepth < RDepth ? 1 : -1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp630 unsigned LDepth = LI->getLoopDepth(LParent), local
632 if (LDepth != RDepth)
633 return (int)LDepth - (int)RDepth;

Completed in 184 milliseconds