Searched refs:HandleValueProfile (Results 1 – 2 of 2) sorted by relevance
67 HandleValueProfile(Idx); in HandleCallerCallee()221 TPC.HandleValueProfile((PC & 4095) | (Idx << 12)); in AddValueForMemcmp()239 TPC.HandleValueProfile((PC & 4095) | (Idx << 12)); in AddValueForStrcmp()256 HandleValueProfile(Idx); in HandleCmp()
52 void HandleValueProfile(size_t Value) { ValueProfileMap.AddValue(Value); } in HandleValueProfile() function