Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2466 SmallVector<std::pair<MachineBasicBlock *, BlockFrequency>, 4> ExitsWithFreq; in rotateLoopWithProfile() local
2479 ExitsWithFreq.emplace_back(BB, ExitFreq); in rotateLoopWithProfile()
2507 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile()