Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp461 auto CountIt = CallCounts.find(Pair.first); in run() local
462 if (CountIt != CallCounts.end()) { in run()
463 const auto &CallCountOld = CountIt->second; in run()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2018 auto CountIt = in LowerBUILD_VECTOR() local
2020 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()
2023 CountIt->second++; in LowerBUILD_VECTOR()