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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp148 int LDepth = left->getDepth(); local
150 if (LDepth != RDepth) {
152 << ") depth " << LDepth << " vs SU (" << right->NodeNum
154 return LDepth < RDepth ? 1 : -1;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2527 int LDepth = left->getDepth() - LPenalty;
2529 if (LDepth != RDepth) {
2531 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2533 return LDepth < RDepth ? 1 : -1;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp643 unsigned LDepth = LI->getLoopDepth(LParent), local
645 if (LDepth != RDepth)
646 return (int)LDepth - (int)RDepth;

Completed in 218 milliseconds