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.cpp2594 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile() local
2595 if (TailBB != ExitWithFreq.first) in rotateLoopWithProfile()
2596 Cost += ExitWithFreq.second; in rotateLoopWithProfile()