Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp1053 unsigned RDepth = 0; in add() local
1057 RDepth = DM.getDepth(); in add()
1059 if (PDepth == RDepth) in add()
1061 else if (PDepth > RDepth) { in add()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2512 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2513 if (LDepth != RDepth) { in BUCompareLatency()
2516 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2517 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp662 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local
663 if (LDepth != RDepth) in CompareValueComplexity()
664 return (int)LDepth - (int)RDepth; in CompareValueComplexity()