Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp459 auto CountIt = CallCounts.find(Pair.first); in run() local
460 if (CountIt != CallCounts.end()) { in run()
461 const auto &CallCountOld = CountIt->second; in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2109 auto CountIt = in LowerBUILD_VECTOR() local
2111 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()
2114 CountIt->second++; in LowerBUILD_VECTOR()