Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h76 void disassociateMutableBox(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp666 fir::factory::disassociateMutableBox(builder, loc, box); in createMutableBox()
687 fir::factory::disassociateMutableBox(builder, loc, box); in associateMutableBox()
H A DHostAssociations.cpp353 fir::factory::disassociateMutableBox(builder, loc, boxInTuple); in instantiateHostTuple()
H A DBridge.cpp2078 fir::factory::disassociateMutableBox(*builder, loc, box); in genFIR()
2365 fir::factory::disassociateMutableBox(*builder, loc, lhs); in genAssignment()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp630 void fir::factory::disassociateMutableBox(fir::FirOpBuilder &builder, in disassociateMutableBox() function in fir::factory