Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp170 auto parentBlockIt = blockNumbersOfExecution.find(parentBlock); in getNumberOfExecutions() local
171 if (parentBlockIt == blockNumbersOfExecution.end()) in getNumberOfExecutions()
173 const auto &parentBlockInfo = parentBlockIt->getSecond(); in getNumberOfExecutions()