Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2527 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2529 if (LDepth != RDepth) { in BUCompareLatency()
2531 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2533 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp650 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local
652 if (LDepth != RDepth) in CompareValueComplexity()
653 return (int)LDepth - (int)RDepth; in CompareValueComplexity()