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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); local
151 if (LDepth != RDepth) {
154 << ") depth " << RDepth << "\n");
155 return LDepth < RDepth ? 1 : -1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1128 unsigned RDepth = 0; local
1132 RDepth = DM.getDepth();
1134 if (PDepth == RDepth)
1136 else if (PDepth > RDepth) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2509 int RDepth = right->getDepth() - RPenalty;
2510 if (LDepth != RDepth) {
2513 << ") depth " << RDepth << "\n");
2514 return LDepth < RDepth ? 1 : -1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp631 RDepth = LI->getLoopDepth(RParent); local
632 if (LDepth != RDepth)
633 return (int)LDepth - (int)RDepth;

Completed in 181 milliseconds