Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1045 uint64_t CntValue = Count->getZExtValue(); in getValueProfDataFromInst() local
1046 if (!GetNoICPValue && (CntValue == NOMORE_ICP_MAGICNUM)) in getValueProfDataFromInst()
1049 ValueData[ActualNumValueData].Count = CntValue; in getValueProfDataFromInst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8705 Expr *CntValue; in checkOpenMPIterationSpace() local
8707 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
8712 CntValue = ISC.buildOrderedLoopData( in checkOpenMPIterationSpace()
8718 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()