Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp411 auto *retBlock = curLexScope->getOrCreateRetBlock(*this, loc); in emitReturnStmt()
H A DCIRGenFunction.h710 mlir::Block *getOrCreateRetBlock(CIRGenFunction &cgf, mlir::Location loc) { in getOrCreateRetBlock() function