Searched refs:newBlock2 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 1832 mlir::Block *newBlock2 = insertBlock(*caseBlock); in genFIR() local 1836 genFIRConditionalBranch(cond, newBlock, newBlock2); in genFIR() 1841 genFIRConditionalBranch(cond2, *caseBlock++, newBlock2); in genFIR() 1842 builder->setInsertionPointToEnd(newBlock2); in genFIR()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2888 auto *newBlock2 = createBlock(rewriter, dest); in matchAndRewrite() local 2890 rewriter.create<mlir::LLVM::CondBrOp>(loc, cmp, newBlock1, newBlock2); in matchAndRewrite() 2895 genCondBrOp(loc, cmp0, dest, destOps, rewriter, newBlock2); in matchAndRewrite() 2896 rewriter.setInsertionPointToEnd(newBlock2); in matchAndRewrite()
|