Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp235 (void)emitReturn(*returnLoc); in cleanup()
264 builder.create<cir::BrOp>(*returnLoc, returnBlock); in cleanup()
H A DCIRGenFunction.h685 std::optional<mlir::Location> returnLoc; member
703 mlir::Location getRetLoc(mlir::Block *b) { return *returnLoc; } in getRetLoc()
704 void updateRetLoc(mlir::Block *b, mlir::Location loc) { returnLoc = loc; } in updateRetLoc()