Searched refs:returnLoc (Results 1 – 2 of 2) sorted by relevance
235 (void)emitReturn(*returnLoc); in cleanup()264 builder.create<cir::BrOp>(*returnLoc, returnBlock); in cleanup()
685 std::optional<mlir::Location> returnLoc; member703 mlir::Location getRetLoc(mlir::Block *b) { return *returnLoc; } in getRetLoc()704 void updateRetLoc(mlir::Block *b, mlir::Location loc) { returnLoc = loc; } in updateRetLoc()