Lines Matching refs:MachineLoop
506 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
508 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
510 const MachineLoop &L, const BlockFilterSet &LoopBlockSet,
512 BlockFilterSet collectLoopBlockSet(const MachineLoop &L);
513 void buildLoopChains(const MachineLoop &L);
518 BlockChain &LoopChain, const MachineLoop &L,
2045 const MachineLoop &L, in findBestLoopTopHelper()
2110 MachineBlockPlacement::findBestLoopTop(const MachineLoop &L, in findBestLoopTop()
2141 MachineBlockPlacement::findBestLoopExit(const MachineLoop &L, in findBestLoopExit()
2202 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { in findBestLoopExit()
2386 BlockChain &LoopChain, const MachineLoop &L, in rotateLoopWithProfile()
2528 MachineBlockPlacement::collectLoopBlockSet(const MachineLoop &L) { in collectLoopBlockSet()
2569 void MachineBlockPlacement::buildLoopChains(const MachineLoop &L) { in buildLoopChains()
2572 for (const MachineLoop *InnerLoop : L) in buildLoopChains()
2698 for (MachineLoop *L : *MLI) in buildCFGChains()
2884 MachineLoop *L = MLI->getLoopFor(ChainBB); in alignBlocks()