Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp1044 unsigned RDepth = 0; in add() local
1048 RDepth = DM.getDepth(); in add()
1050 if (PDepth == RDepth) in add()
1052 else if (PDepth > RDepth) { in add()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2536 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2537 if (LDepth != RDepth) { in BUCompareLatency()
2540 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2541 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp711 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local
712 if (LDepth != RDepth) in CompareValueComplexity()
713 return (int)LDepth - (int)RDepth; in CompareValueComplexity()