Searched refs:getNumberOfExecutions (Results 1 – 2 of 2) sorted by relevance
124 NumberOfExecutions::getNumberOfExecutions(Operation *op, in getNumberOfExecutions() function in NumberOfExecutions130 return getNumberOfExecutions(op->getBlock(), perEntryOfThisRegion); in getNumberOfExecutions()134 NumberOfExecutions::getNumberOfExecutions(Block *block, in getNumberOfExecutions() function in NumberOfExecutions149 auto getNumberOfExecutions = [&](const BlockNumberOfExecutionsInfo &info) { in getNumberOfExecutions() local151 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 …]
48 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;