Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp937 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile() local
938 if (TailBB != ExitWithFreq.first) in rotateLoopWithProfile()
939 Cost += ExitWithFreq.second; in rotateLoopWithProfile()