Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1377 uint64_t CntValue = Count->getZExtValue(); in getValueProfDataFromInst() local
1378 if (!GetNoICPValue && (CntValue == NOMORE_ICP_MAGICNUM)) in getValueProfDataFromInst()
1382 V.Count = CntValue; in getValueProfDataFromInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9331 Expr *CntValue; in checkOpenMPIterationSpace() local
9336 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9351 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9356 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9362 DependC->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()
9364 DoacrossC->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()