Searched defs:RDepth (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DPassManager.cpp1001 unsigned RDepth = 0; local
1005 RDepth = DM.getDepth();
1007 if (PDepth == RDepth)
1009 else if (PDepth > RDepth) {
/external/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 110 milliseconds