HomeSort by relevance Sort by last modified time
    Searched defs:Uncounted (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ProfileInfoLoader.cpp 36 if (A == ProfileInfoLoader::Uncounted) return B;
37 if (B == ProfileInfoLoader::Uncounted) return A;
66 Data.resize(NumEntries, ProfileInfoLoader::Uncounted);
80 const unsigned ProfileInfoLoader::Uncounted = ~0U;
  /external/llvm/include/llvm/Analysis/
ProfileInfoLoader.h 45 static const unsigned Uncounted;
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted);
156 Initializer[i++] = (Uncounted);
179 Initializer[i++] = (Uncounted);
207 Initializer[i++] = (Uncounted);

Completed in 25 milliseconds