Home
last modified time | relevance | path

Searched refs:CurCounts (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DTrigramIndex.cpp88 std::vector<unsigned> CurCounts(Counts.size()); in isDefinitelyOut() local
98 CurCounts[J]++; in isDefinitelyOut()
101 if (CurCounts[J] >= Counts[J]) in isDefinitelyOut()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTrigramIndex.cpp92 std::vector<unsigned> CurCounts(Counts.size()); in isDefinitelyOut() local
102 CurCounts[J]++; in isDefinitelyOut()
105 if (CurCounts[J] >= Counts[J]) in isDefinitelyOut()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7924 MapValuesArrayTy CurCounts = {llvm::ConstantInt::get(CGF.CGM.Int64Ty, 1)}; in generateInfoForComponentList() local
8009 CurCounts.push_back(llvm::ConstantInt::get(CGF.Int64Ty, /*V=*/1)); in generateInfoForComponentList()
8064 CurCounts.push_back(Count); in generateInfoForComponentList()
8089 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList()