Searched refs:getEndOperation (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/lib/Analysis/ |
D | Liveness.cpp | 211 Operation *end = blockInfo->getEndOperation(value, start); in resolveLiveness() 255 Operation *endOperation = blockInfo->getEndOperation(value, operation); in isLastUse() 369 Operation *LivenessBlockInfo::getEndOperation(Value value, in getEndOperation() function in LivenessBlockInfo
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | Liveness.h | 131 Operation *getEndOperation(Value value, Operation *startOperation) const;
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | embed_memref_prints.cc | 69 liveness.getLiveness(op->getBlock())->getEndOperation(memref, op); in EmitPrint()
|
D | buffer_reuse_pass.cc | 242 liveness->getEndOperation(old_buffer_alias, &block->front()); in find_reuse_candiates()
|
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
D | AsyncRefCounting.cpp | 184 Operation *lastUser = blockLiveness->getEndOperation(value, userInTheBlock); in addAutomaticRefCounting()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | BufferDeallocation.cpp | 458 livenessInfo->getEndOperation(alias, beforeOp); in placeDeallocs()
|
/external/llvm-project/mlir/lib/Rewrite/ |
D | ByteCode.cpp | 440 opToIndex[info->getEndOperation(value, firstUseOrDef)], in allocateMemoryIndices()
|