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.cpp1430 uint64_t CntValue = Count->getZExtValue(); in getValueProfDataFromInst() local
1431 if (!GetNoICPValue && (CntValue == NOMORE_ICP_MAGICNUM)) in getValueProfDataFromInst()
1435 V.Count = CntValue; in getValueProfDataFromInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9372 Expr *CntValue; in checkOpenMPIterationSpace() local
9377 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9392 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9397 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9403 DependC->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()
9405 DoacrossC->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()