HomeSort by relevance Sort by last modified time
    Searched refs:LDepth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 525 unsigned LDepth = LI->getLoopDepth(LParent),
527 if (LDepth != RDepth)
528 return (int)LDepth - (int)RDepth;
560 unsigned LDepth = LLoop->getLoopDepth(),
562 if (LDepth != RDepth)
563 return (int)LDepth - (int)RDepth;
    [all...]

Completed in 680 milliseconds