Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp58 int *&newBox = getNewBox(); in getValue() local
59 newBox = 0; in getValue()
60 return newBox; in getValue()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h280 BoxValue clone(mlir::Value newBox) const { in clone() argument
281 return {newBox, lbounds, explicitParams, extents}; in clone()
361 MutableBoxValue clone(mlir::Value newBox) const { in clone() argument
362 return {newBox, lenParams, mutableProperties}; in clone()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp214 void updateWithIrBox(mlir::Value newBox) { in updateWithIrBox() argument
216 builder.create<fir::StoreOp>(loc, newBox, box.getAddr()); in updateWithIrBox()