Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2494 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile() local
2495 if (TailBB != ExitWithFreq.first) in rotateLoopWithProfile()
2496 Cost += ExitWithFreq.second; in rotateLoopWithProfile()