Home
last modified time | relevance | path

Searched defs:liveness (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestLivenessAnalysis.cpp47 const Liveness *liveness = livenessAnalysis.getLiveness(operand); in runOnOperation() local
54 const Liveness *liveness = livenessAnalysis.getLiveness(operand); in runOnOperation() local
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.h205 Liveness liveness; variable
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferUtils.h118 Liveness liveness; variable
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp237 auto &liveness = getAnalysis<Liveness>(); in addDropRefAfterLastUse() local
350 auto &liveness = getAnalysis<Liveness>(); in addDropRefInDivergentLivenessSuccessor() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp36 getStartOperation(Value allocValue,Block * placementBlock,const Liveness & liveness) getStartOperation() argument
/llvm-project/mlir/lib/Transforms/
H A DRemoveDeadValues.cpp86 const Liveness *liveness = la.getLiveness(value); hasLive() local
104 const Liveness *liveness = la.getLiveness(value); markLives() local
[all...]
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DTileAllocation.cpp358 gatherTileLiveRanges(DenseMap<Operation *,unsigned> const & operationToIndexMap,LiveRange::Allocator & liveRangeAllocator,Liveness & liveness,FunctionOpInterface function) gatherTileLiveRanges() argument
688 char liveness = ' '; dumpLiveRanges() local
735 Liveness liveness(function); allocateSMETiles() local
[all...]
/llvm-project/mlir/lib/Analysis/
H A DLiveness.cpp306 const auto *liveness = getLiveness(block); in print() local
/llvm-project/clang/docs/
H A DAutomaticReferenceCounting.rst1791 .. _arc.optimization.object_lifetime:
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp487 std::unique_ptr<llvm::IntervalMap<uint64_t, char, 16>> liveness; member