Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2472 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile() local
2473 if (TailBB != ExitWithFreq.first) in rotateLoopWithProfile()
2474 Cost += ExitWithFreq.second; in rotateLoopWithProfile()