Home
last modified time | relevance | path

Searched defs:AllocaOpConversion (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp101 class AllocaOpConversion : public mlir::OpRewritePattern<fir::AllocaOp> { class
105 AllocaOpConversion(mlir::MLIRContext *ctx, in AllocaOpConversion() function in __anon9f7c6ebc0211::AllocaOpConversion
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp354 struct AllocaOpConversion : public FIROpConversion<fir::AllocaOp> { struct
358 matchAndRewrite(fir::AllocaOp alloc, OpAdaptor adaptor, in matchAndRewrite()