Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp156 auto blockExecutions = getNumberOfExecutions(blockInfo); in getNumberOfExecutions() local
157 if (!blockExecutions.hasValue()) in getNumberOfExecutions()
162 int64_t numberOfExecutions = *blockExecutions; in getNumberOfExecutions()