Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h672 auto CountIt = CallCounts.find(Pair.first);
673 if (CountIt != CallCounts.end()) {
674 const auto &CallCountOld = CountIt->second;
/external/llvm-project/llvm/lib/Analysis/
DCGSCCPassManager.cpp474 auto CountIt = CallCounts.find(Pair.first); in run() local
475 if (CountIt != CallCounts.end()) { in run()
476 const auto &CallCountOld = CountIt->second; in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1362 auto CountIt = std::find_if(Counts.begin(), Counts.end(), in LowerBUILD_VECTOR() local
1364 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()
1367 CountIt->second++; in LowerBUILD_VECTOR()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1612 auto CountIt = std::find_if(Counts.begin(), Counts.end(), in LowerBUILD_VECTOR() local
1614 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()
1617 CountIt->second++; in LowerBUILD_VECTOR()