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()150 GroupsOfBlocks[NextGroupIdx].push_back(&*Res); in runOnModule()156 for (auto &BBs : GroupsOfBlocks) { in runOnModule()198 std::vector<std::vector<BasicBlock *>> &&GroupsOfBlocks, in BlockExtractorPass() argument200 : GroupsOfBlocks(GroupsOfBlocks), EraseFunctions(EraseFunctions) {} in BlockExtractorPass()205 BE.init(GroupsOfBlocks); in run()
25 BlockExtractorPass(std::vector<std::vector<BasicBlock *>> &&GroupsOfBlocks,30 std::vector<std::vector<BasicBlock *>> GroupsOfBlocks;