Lines Matching refs:MachineLoop
471 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
473 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
475 const MachineLoop &L, const BlockFilterSet &LoopBlockSet,
477 BlockFilterSet collectLoopBlockSet(const MachineLoop &L);
478 void buildLoopChains(const MachineLoop &L);
483 BlockChain &LoopChain, const MachineLoop &L,
2010 const MachineLoop &L, in findBestLoopTopHelper()
2075 MachineBlockPlacement::findBestLoopTop(const MachineLoop &L, in findBestLoopTop()
2107 MachineBlockPlacement::findBestLoopExit(const MachineLoop &L, in findBestLoopExit()
2168 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { in findBestLoopExit()
2348 BlockChain &LoopChain, const MachineLoop &L, in rotateLoopWithProfile()
2486 MachineBlockPlacement::collectLoopBlockSet(const MachineLoop &L) { in collectLoopBlockSet()
2523 void MachineBlockPlacement::buildLoopChains(const MachineLoop &L) { in buildLoopChains()
2526 for (const MachineLoop *InnerLoop : L) in buildLoopChains()
2652 for (MachineLoop *L : *MLI) in buildCFGChains()
2822 MachineLoop *L = MLI->getLoopFor(ChainBB); in alignBlocks()