Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2506 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile() local
2507 if (TailBB != ExitWithFreq.first) in rotateLoopWithProfile()
2508 Cost += ExitWithFreq.second; in rotateLoopWithProfile()