Lines Matching refs:MachineLoop
517 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
519 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
521 const MachineLoop &L, const BlockFilterSet &LoopBlockSet,
523 BlockFilterSet collectLoopBlockSet(const MachineLoop &L);
524 void buildLoopChains(const MachineLoop &L);
529 BlockChain &LoopChain, const MachineLoop &L,
2065 const MachineLoop &L, in findBestLoopTopHelper()
2132 MachineBlockPlacement::findBestLoopTop(const MachineLoop &L, in findBestLoopTop()
2163 MachineBlockPlacement::findBestLoopExit(const MachineLoop &L, in findBestLoopExit()
2224 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { in findBestLoopExit()
2408 BlockChain &LoopChain, const MachineLoop &L, in rotateLoopWithProfile()
2550 MachineBlockPlacement::collectLoopBlockSet(const MachineLoop &L) { in collectLoopBlockSet()
2591 void MachineBlockPlacement::buildLoopChains(const MachineLoop &L) { in buildLoopChains()
2594 for (const MachineLoop *InnerLoop : L) in buildLoopChains()
2720 for (MachineLoop *L : *MLI) in buildCFGChains()
2906 MachineLoop *L = MLI->getLoopFor(ChainBB); in alignBlocks()