Home
last modified time | relevance | path

Searched refs:LDepth (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp148 int LDepth = left->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
152 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2511 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2513 if (LDepth != RDepth) { in BUCompareLatency()
2515 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2517 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp661 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local
663 if (LDepth != RDepth) in CompareValueComplexity()
664 return (int)LDepth - (int)RDepth; in CompareValueComplexity()