clang 23.0.0git
CIRTransformUtils.h File Reference
#include "mlir/IR/Location.h"
#include "mlir/IR/PatternMatch.h"
#include "clang/CIR/Dialect/IR/CIRDialect.h"

Go to the source code of this file.

Namespaces

namespace  cir

Functions

mlir::Block * cir::replaceCallWithTryCall (cir::CallOp callOp, mlir::Block *unwindDest, mlir::Location loc, mlir::RewriterBase &rewriter)
 Replace a cir::CallOp with a cir::TryCallOp whose unwind destination is unwindDest.