Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp54 GroupsOfBlocks.emplace_back(NewGroup); in init()
61 SmallVector<SmallVector<BasicBlock *, 16>, 4> GroupsOfBlocks; member in __anon8c3c92bc0111::BlockExtractor
193 unsigned NextGroupIdx = GroupsOfBlocks.size(); in runOnModule()
194 GroupsOfBlocks.resize(NextGroupIdx + BlocksByName.size()); in runOnModule()
207 GroupsOfBlocks[NextGroupIdx].push_back(&*Res); in runOnModule()
213 for (auto &BBs : GroupsOfBlocks) { in runOnModule()