Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp67 static inline bool keepStackAllocation(fir::AllocaOp alloca, mlir::Block *entry, in keepStackAllocation() function
196 return keepStackAllocation(alloca, &func.front(), options); in runOnOperation()