Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2524 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2526 if (LDepth != RDepth) { in BUCompareLatency()
2528 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2530 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp676 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local
678 if (LDepth != RDepth) in CompareValueComplexity()
679 return (int)LDepth - (int)RDepth; in CompareValueComplexity()