Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp857 auto *newLoopParentBlock = new Block; in transformCyclesToSCFLoops() local
858 newLoopParentBlock->insertBefore(loopHeader); in transformCyclesToSCFLoops()
859 addBlockArgumentsFromOther(newLoopParentBlock, loopHeader); in transformCyclesToSCFLoops()
874 auto builder = OpBuilder::atBlockBegin(newLoopParentBlock); in transformCyclesToSCFLoops()
877 builder, oldTerminator, newLoopParentBlock->getArguments(), in transformCyclesToSCFLoops()
889 loopHeader->replaceAllUsesWith(newLoopParentBlock); in transformCyclesToSCFLoops()
891 newLoopParentBlock->getOperations().splice(newLoopParentBlock->end(), in transformCyclesToSCFLoops()