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

  /external/llvm/lib/VMCore/
PassManager.cpp 962 unsigned RDepth = 0;
966 RDepth = DM.getDepth();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 516 RDepth = LI->getLoopDepth(RParent);
517 if (LDepth != RDepth)
518 return (int)LDepth - (int)RDepth;
551 RDepth = RLoop->getLoopDepth();
552 if (LDepth != RDepth)
553 return (int)LDepth - (int)RDepth;
    [all...]

Completed in 358 milliseconds