Searched defs:Uncounted (Results 1 – 3 of 3) sorted by relevance
45 static const unsigned Uncounted; variable
80 const unsigned ProfileInfoLoader::Uncounted = ~0U; member in ProfileInfoLoader
124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted); in runOnModule() local