Searched refs:RDepth (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); local
150 if (LDepth != RDepth) {
153 << ") depth " << RDepth << "\n");
154 return LDepth < RDepth ? 1 : -1;
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp1044 unsigned RDepth = 0; local
1048 RDepth = DM.getDepth();
1050 if (PDepth == RDepth)
1052 else if (PDepth > RDepth) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2536 int RDepth = right->getDepth() - RPenalty;
2537 if (LDepth != RDepth) {
2540 << ") depth " << RDepth << "\n");
2541 return LDepth < RDepth ? 1 : -1;
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp711 RDepth = LI->getLoopDepth(RParent); local
712 if (LDepth != RDepth)
713 return (int)LDepth - (int)RDepth;

Completed in 160 milliseconds