Home
last modified time | relevance | path

Searched refs:getEndOperation (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DLiveness.cpp211 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/
DLiveness.h131 Operation *getEndOperation(Value value, Operation *startOperation) const;
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_memref_prints.cc69 liveness.getLiveness(op->getBlock())->getEndOperation(memref, op); in EmitPrint()
Dbuffer_reuse_pass.cc242 liveness->getEndOperation(old_buffer_alias, &block->front()); in find_reuse_candiates()
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp184 Operation *lastUser = blockLiveness->getEndOperation(value, userInTheBlock); in addAutomaticRefCounting()
/external/llvm-project/mlir/lib/Transforms/
DBufferDeallocation.cpp458 livenessInfo->getEndOperation(alias, beforeOp); in placeDeallocs()
/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp440 opToIndex[info->getEndOperation(value, firstUseOrDef)], in allocateMemoryIndices()