HomeSort by: relevance | last modified time | path
    Searched refs:LDepth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp 148 int LDepth = left->getDepth();
150 if (LDepth != RDepth) {
152 << ") depth " << LDepth << " vs SU (" << right->NodeNum
154 return LDepth < RDepth ? 1 : -1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 2511 int LDepth = left->getDepth() - LPenalty;
2513 if (LDepth != RDepth) {
2515 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2517 return LDepth < RDepth ? 1 : -1;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 661 unsigned LDepth = LI->getLoopDepth(LParent),
663 if (LDepth != RDepth)
664 return (int)LDepth - (int)RDepth;

Completed in 60 milliseconds