Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp174 auto parentBlockExecutions = getNumberOfExecutions(parentBlockInfo); in getNumberOfExecutions() local
177 if (!parentBlockExecutions.hasValue()) in getNumberOfExecutions()
181 numberOfExecutions *= *parentBlockExecutions; in getNumberOfExecutions()