Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp467 auto CountIt = CallCounts.find(Pair.first); in run() local
468 if (CountIt != CallCounts.end()) { in run()
469 const auto &CallCountOld = CountIt->second; in run()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2115 auto CountIt = in LowerBUILD_VECTOR() local
2117 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()
2120 CountIt->second++; in LowerBUILD_VECTOR()