Lines Matching defs:BlockBegin
124 auto runBlock = [&](std::map<uint64_t, BinaryFunction>::iterator BlockBegin,
129 for (auto It = BlockBegin; It != BlockEnd; ++It) {
152 auto BlockBegin = BC.getBinaryFunctions().begin();
161 Pool.async(runBlock, BlockBegin, std::next(It));
162 BlockBegin = std::next(It);
166 Pool.async(runBlock, BlockBegin, BC.getBinaryFunctions().end());
178 auto runBlock = [&](std::map<uint64_t, BinaryFunction>::iterator BlockBegin,
184 for (auto It = BlockBegin; It != BlockEnd; ++It) {
221 auto BlockBegin = BC.getBinaryFunctions().begin();
230 Pool.async(runBlock, BlockBegin, std::next(It), AllocId);
232 BlockBegin = std::next(It);
239 Pool.async(runBlock, BlockBegin, BC.getBinaryFunctions().end(), AllocId);