Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8222 MapValuesArrayTy CurCounts = {llvm::ConstantInt::get(CGF.CGM.Int64Ty, 1)}; in generateInfoForComponentList() local
8307 CurCounts.push_back(llvm::ConstantInt::get(CGF.Int64Ty, /*V=*/1)); in generateInfoForComponentList()
8362 CurCounts.push_back(Count); in generateInfoForComponentList()
8387 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList()