Searched refs:RDepth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DPassManager.cpp1001 unsigned RDepth = 0; local
1005 RDepth = DM.getDepth();
1007 if (PDepth == RDepth)
1009 else if (PDepth > RDepth) {
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2381 int RDepth = right->getDepth() - RPenalty;
2382 if (LDepth != RDepth) {
2385 << ") depth " << RDepth << "\n");
2386 return LDepth < RDepth ? 1 : -1;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp524 RDepth = LI->getLoopDepth(RParent); local
525 if (LDepth != RDepth)
526 return (int)LDepth - (int)RDepth;
559 RDepth = RLoop->getLoopDepth(); local
560 if (LDepth != RDepth)
561 return (int)LDepth - (int)RDepth;

Completed in 84 milliseconds