Home
last modified time | relevance | path

Searched refs:PreferredLoopExit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp367 MachineBasicBlock *PreferredLoopExit; member in __anon5e0944180111::MachineBlockPlacement
2600 PreferredLoopExit = nullptr; in buildLoopChains()
2603 PreferredLoopExit = findBestLoopExit(L, LoopBlockSet, ExitFreq); in buildLoopChains()
2623 rotateLoop(LoopChain, PreferredLoopExit, ExitFreq, LoopBlockSet); in buildLoopChains()
2697 PreferredLoopExit = nullptr; in buildCFGChains()
3057 if (RemBB == PreferredLoopExit) in maybeTailDuplicateBlock()
3058 PreferredLoopExit = nullptr; in maybeTailDuplicateBlock()
3317 PreferredLoopExit = nullptr; in runOnMachineFunction()