Searched refs:newBlocks (Results 1 – 2 of 2) sorted by relevance
180 auto newBlocks = llvm::make_range(std::next(inlineBlock->getIterator()), in inlineRegionImpl() local182 Block *firstNewBlock = &*newBlocks.begin(); in inlineRegionImpl()187 remapInlinedLocations(newBlocks, *inlineLoc); in inlineRegionImpl()192 remapInlinedOperands(newBlocks, mapper); in inlineRegionImpl()196 interface.processInlinedCallBlocks(call, newBlocks); in inlineRegionImpl()197 interface.processInlinedBlocks(newBlocks); in inlineRegionImpl()200 if (std::next(newBlocks.begin()) == newBlocks.end()) { in inlineRegionImpl()221 for (auto &newBlock : newBlocks) in inlineRegionImpl()
1440 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local1452 newFuncIt = newBlocks.insertAfter(newFuncIt, Block); in moveCodeToFunction()