Searched defs:exactlyOnce (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ | ||
H A D | LowerHLFIROrderedAssignments.cpp | 955 if (auto exactlyOnce = mlir::dyn_cast<hlfir::ExactlyOnceOp>(op)) { generateNoneElementalPart() local |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertCall.cpp | 2786 auto exactlyOnce = builder.create<hlfir::ExactlyOnceOp>(loc, bogusType); convertCallToHLFIR() local |