Searched refs:updateMutableBox (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 203 void updateMutableBox(mlir::Value addr, mlir::ValueRange lbounds, in updateMutableBox() function in __anone969b6080111::MutablePropertyWriter 471 writer.updateMutableBox(addr, /*lbounds=*/llvm::None, in associateMutableBox() 475 writer.updateMutableBox(ch.getAddr(), /*lbounds=*/llvm::None, in associateMutableBox() 479 writer.updateMutableBox(arr.getAddr(), in associateMutableBox() 484 writer.updateMutableBox(arr.getAddr(), in associateMutableBox() 570 writer.updateMutableBox(cast(addr), lbounds, extents, in associateMutableBoxWithRemap() 574 writer.updateMutableBox(cast(ch.getAddr()), lbounds, extents, in associateMutableBoxWithRemap() 578 writer.updateMutableBox(cast(arr.getAddr()), lbounds, extents, in associateMutableBoxWithRemap() 582 writer.updateMutableBox(cast(arr.getAddr()), lbounds, extents, in associateMutableBoxWithRemap() 693 MutablePropertyWriter{builder, loc, box}.updateMutableBox( in genInlinedAllocation() [all …]
|