Searched refs:Uncounted (Results 1 – 4 of 4) sorted by relevance
36 if (A == ProfileInfoLoader::Uncounted) return B; in AddCounts()37 if (B == ProfileInfoLoader::Uncounted) return A; in AddCounts()66 Data.resize(NumEntries, ProfileInfoLoader::Uncounted); in ReadProfilingBlock()80 const unsigned ProfileInfoLoader::Uncounted = ~0U; member in ProfileInfoLoader
136 if (weight != ProfileInfoLoader::Uncounted) { in readEdge()
124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted); in runOnModule() local156 Initializer[i++] = (Uncounted); in runOnModule()179 Initializer[i++] = (Uncounted); in runOnModule()207 Initializer[i++] = (Uncounted); in runOnModule()
45 static const unsigned Uncounted; variable