Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1049 unsigned RDepth = 0; in add() local
1053 RDepth = DM.getDepth(); in add()
1055 if (PDepth == RDepth) in add()
1057 else if (PDepth > RDepth) { in add()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2528 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2529 if (LDepth != RDepth) { in BUCompareLatency()
2532 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2533 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp651 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local
652 if (LDepth != RDepth) in CompareValueComplexity()
653 return (int)LDepth - (int)RDepth; in CompareValueComplexity()