Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp473 auto CountIt = CallCounts.find(Pair.first); in run() local
474 if (CountIt != CallCounts.end()) { in run()
475 const auto &CallCountOld = CountIt->second; in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1849 auto CountIt = in LowerBUILD_VECTOR() local
1851 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()
1854 CountIt->second++; in LowerBUILD_VECTOR()