Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp1093 unsigned RDepth = 0; in add() local
1097 RDepth = DM.getDepth(); in add()
1099 if (PDepth == RDepth) in add()
1101 else if (PDepth > RDepth) { in add()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2492 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2493 if (LDepth != RDepth) { in BUCompareLatency()
2496 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2497 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp606 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local
607 if (LDepth != RDepth) in CompareValueComplexity()
608 return (int)LDepth - (int)RDepth; in CompareValueComplexity()