Searched refs:GroupsOfBlocks (Results 1 – 2 of 2) sorted by relevance
48 GroupsOfBlocks = GroupsOfBlocksToExtract; in init()54 std::vector<std::vector<BasicBlock *>> GroupsOfBlocks; member in __anon392eed8c0111::BlockExtractor137 unsigned NextGroupIdx = GroupsOfBlocks.size(); in runOnModule()138 GroupsOfBlocks.resize(NextGroupIdx + BlocksByName.size()); in runOnModule()149 GroupsOfBlocks[NextGroupIdx].push_back(&*Res); in runOnModule()155 for (auto &BBs : GroupsOfBlocks) { in runOnModule()197 std::vector<std::vector<BasicBlock *>> &&GroupsOfBlocks, in BlockExtractorPass() argument199 : GroupsOfBlocks(GroupsOfBlocks), EraseFunctions(EraseFunctions) {} in BlockExtractorPass()204 BE.init(GroupsOfBlocks); in run()
27 BlockExtractorPass(std::vector<std::vector<BasicBlock *>> &&GroupsOfBlocks,32 std::vector<std::vector<BasicBlock *>> GroupsOfBlocks;