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

/openbsd-current/gnu/llvm/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;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2535 int LDepth = left->getDepth() - LPenalty;
2537 if (LDepth != RDepth) {
2539 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2541 return LDepth < RDepth ? 1 : -1;
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp710 unsigned LDepth = LI->getLoopDepth(LParent), local
712 if (LDepth != RDepth)
713 return (int)LDepth - (int)RDepth;

Completed in 133 milliseconds