Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DLowerHLFIROrderedAssignments.cpp955 if (auto exactlyOnce = mlir::dyn_cast<hlfir::ExactlyOnceOp>(op)) { generateNoneElementalPart() local
1059 if (auto exactlyOnce = mlir::dyn_cast<hlfir::ExactlyOnceOp>(op)) { generateNoneElementalCleanupIfAny() local
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp2786 auto exactlyOnce = builder.create<hlfir::ExactlyOnceOp>(loc, bogusType); convertCallToHLFIR() local