Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTrigramIndex.cpp88 std::vector<unsigned> CurCounts(Counts.size()); in isDefinitelyOut() local
98 CurCounts[J]++; in isDefinitelyOut()
101 if (CurCounts[J] >= Counts[J]) in isDefinitelyOut()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8039 MapValuesArrayTy CurCounts = {llvm::ConstantInt::get(CGF.CGM.Int64Ty, 1)}; in generateInfoForComponentList() local
8124 CurCounts.push_back(llvm::ConstantInt::get(CGF.Int64Ty, /*V=*/1)); in generateInfoForComponentList()
8179 CurCounts.push_back(Count); in generateInfoForComponentList()
8204 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList()