Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDBlockExtractor.cpp42 SmallVector<SmallVector<BasicBlock *, 16>, 4> GroupsOfBlocks; member in __anon71b9e7c30111::BlockExtractor
54 GroupsOfBlocks.emplace_back(NewGroup); in init()
177 unsigned NextGroupIdx = GroupsOfBlocks.size(); in runOnModule()
178 GroupsOfBlocks.resize(NextGroupIdx + BlocksByName.size()); in runOnModule()
189 GroupsOfBlocks[NextGroupIdx].push_back(&*Res); in runOnModule()
195 for (auto &BBs : GroupsOfBlocks) { in runOnModule()