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

  /external/llvm/lib/IR/
LegacyPassManager.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 522 RDepth = LI->getLoopDepth(RParent);
523 if (LDepth != RDepth)
524 return (int)LDepth - (int)RDepth;
557 RDepth = RLoop->getLoopDepth();
558 if (LDepth != RDepth)
559 return (int)LDepth - (int)RDepth;
    [all...]

Completed in 58 milliseconds