Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp180 auto newBlocks = llvm::make_range(std::next(inlineBlock->getIterator()), in inlineRegionImpl() local
182 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()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1440 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local
1452 newFuncIt = newBlocks.insertAfter(newFuncIt, Block); in moveCodeToFunction()