Searched refs:LDepth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2348 int LDepth = left->getDepth() - LPenalty;
2350 if (LDepth != RDepth) {
2352 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2354 return LDepth < RDepth ? 1 : -1;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp517 unsigned LDepth = LI->getLoopDepth(LParent), local
519 if (LDepth != RDepth)
520 return (int)LDepth - (int)RDepth;
552 unsigned LDepth = LLoop->getLoopDepth(), local
554 if (LDepth != RDepth)
555 return (int)LDepth - (int)RDepth;

Completed in 68 milliseconds