reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
554 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) 554 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) 616 : LI->getLoopDepth(L) < LI->getLoopDepth(R); 616 : LI->getLoopDepth(L) < LI->getLoopDepth(R);lib/CodeGen/RegisterCoalescer.cpp
3643 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB),
lib/CodeGen/ShrinkWrap.cpp416 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { 416 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { 438 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) 438 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))lib/Target/AMDGPU/GCNRegBankReassign.cpp
552 Weight += MLI->getLoopDepth(MI.getParent()) * 10;
lib/Target/Hexagon/HexagonMachineScheduler.cpp 195 << " at loop depth " << MLI->getLoopDepth(BB) << " \n");