Lines Matching refs:MachineLoop
533 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
535 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
537 const MachineLoop &L, const BlockFilterSet &LoopBlockSet,
539 BlockFilterSet collectLoopBlockSet(const MachineLoop &L);
540 void buildLoopChains(const MachineLoop &L);
545 BlockChain &LoopChain, const MachineLoop &L,
2113 const MachineLoop &L, in findBestLoopTopHelper()
2181 MachineBlockPlacement::findBestLoopTop(const MachineLoop &L, in findBestLoopTop()
2212 MachineBlockPlacement::findBestLoopExit(const MachineLoop &L, in findBestLoopExit()
2273 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { in findBestLoopExit()
2457 BlockChain &LoopChain, const MachineLoop &L, in rotateLoopWithProfile()
2598 MachineBlockPlacement::collectLoopBlockSet(const MachineLoop &L) { in collectLoopBlockSet()
2639 void MachineBlockPlacement::buildLoopChains(const MachineLoop &L) { in buildLoopChains()
2642 for (const MachineLoop *InnerLoop : L) in buildLoopChains()
2768 for (MachineLoop *L : *MLI) in buildCFGChains()
2954 MachineLoop *L = MLI->getLoopFor(ChainBB); in alignBlocks()