Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2543 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile() local
2544 if (TailBB != ExitWithFreq.first) in rotateLoopWithProfile()
2545 Cost += ExitWithFreq.second; in rotateLoopWithProfile()