Home
last modified time | relevance | path

Searched defs:retained (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/docs/
H A DHighLevelFIR.md1360 ### Using a non-MLIR based mutable CFG representation
1369 ### Using symbols for HLFIR variables
1412 ### Using some existing MLIR dialects for the high-level Fortran.
1456 …box/rebox and box as an alternative to fir.declare/hlfir.designate and hlfir.expr/ variable concept
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocationSimplification.cpp151 for (Value retained : deallocOp.getRetained()) { in handleOneMemref() local
184 DenseSet<Value> retained(deallocOp.getRetained().begin(), matchAndRewrite() local
[all...]
H A DLowerDeallocations.cpp114 for (Value retained : adaptor.getRetained()) { in rewriteOneMemrefMultipleRetainCase() local
[all...]
/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/
H A DBufferDeallocationOpInterfaceImpl.cpp144 for (Value retained : commonValues) { in process() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp194 void castToObjCObject(CastExpr *E, bool retained) { in castToObjCObject()
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp992 if (seen.count(retained)) { in matchAndRewrite() local