Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2389 SmallVector<std::pair<MachineBasicBlock *, BlockFrequency>, 4> ExitsWithFreq; in rotateLoopWithProfile() local
2402 ExitsWithFreq.emplace_back(BB, ExitFreq); in rotateLoopWithProfile()
2430 for (auto &ExitWithFreq : ExitsWithFreq) in rotateLoopWithProfile()