Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7521 MapValuesArrayTy CurCounts = {llvm::ConstantInt::get(CGF.CGM.Int64Ty, 1)}; in generateInfoForComponentList() local
7606 CurCounts.push_back(llvm::ConstantInt::get(CGF.Int64Ty, /*V=*/1)); in generateInfoForComponentList()
7661 CurCounts.push_back(Count); in generateInfoForComponentList()
7686 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList()