Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp142 auto blockIt = blockNumbersOfExecution.find(block); in getNumberOfExecutions() local
143 if (blockIt == blockNumbersOfExecution.end()) in getNumberOfExecutions()
145 const auto &blockInfo = blockIt->getSecond(); in getNumberOfExecutions()