Searched refs:TakenCount (Results 1 – 2 of 2) sorted by relevance
226 uint64_t TakenCount, Value; in readValueProfileData() local238 READ_NUM(VD.second, TakenCount); in readValueProfileData()239 CurrentValues.push_back({Value, TakenCount}); in readValueProfileData()
1489 Value *TakenCount = in replace() local1493 new ICmpInst(BI, CmpInst::ICMP_EQ, NewIV, TakenCount, "exitcond"); in replace()