Home
last modified time | relevance | path

Searched refs:getNumberOfExecutions (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp124 NumberOfExecutions::getNumberOfExecutions(Operation *op, in getNumberOfExecutions() function in NumberOfExecutions
130 return getNumberOfExecutions(op->getBlock(), perEntryOfThisRegion); in getNumberOfExecutions()
134 NumberOfExecutions::getNumberOfExecutions(Block *block, in getNumberOfExecutions() function in NumberOfExecutions
149 auto getNumberOfExecutions = [&](const BlockNumberOfExecutionsInfo &info) { in getNumberOfExecutions() local
151 return info.getNumberOfExecutions(/*numberOfRegionInvocations=*/1); in getNumberOfExecutions()
152 return info.getNumberOfExecutions(); in getNumberOfExecutions()
156 auto blockExecutions = getNumberOfExecutions(blockInfo); in getNumberOfExecutions()
174 auto parentBlockExecutions = getNumberOfExecutions(parentBlockInfo); in getNumberOfExecutions()
197 if (auto n = getNumberOfExecutions(block, perEntryOfThisRegion)) in printBlockExecutions()
214 if (auto n = getNumberOfExecutions(operation, perEntryOfThisRegion)) in printOperationExecutions()
[all …]
/external/llvm-project/mlir/include/mlir/Analysis/
DNumberOfExecutions.h48 Optional<int64_t> getNumberOfExecutions(Operation *op,
54 Optional<int64_t> getNumberOfExecutions(Block *block,
84 Optional<int64_t> getNumberOfExecutions() const;
90 getNumberOfExecutions(int64_t numberOfRegionInvocations) const;