Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2411 MachineBasicBlock *ChainHeaderBB = *LoopChain.begin(); in rotateLoopWithProfile() local
2414 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
2434 for (auto *Pred : ChainHeaderBB->predecessors()) { in rotateLoopWithProfile()
2439 MBPI->getEdgeProbability(Pred, ChainHeaderBB); in rotateLoopWithProfile()