Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1081 uint64_t CntValue = Count->getZExtValue(); in getValueProfDataFromInst() local
1082 if (!GetNoICPValue && (CntValue == NOMORE_ICP_MAGICNUM)) in getValueProfDataFromInst()
1085 ValueData[ActualNumValueData].Count = CntValue; in getValueProfDataFromInst()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9248 Expr *CntValue; in checkOpenMPIterationSpace() local
9250 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9255 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
9261 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()