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

  /external/swiftshader/third_party/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;
ProfileInfoLoaderPass.cpp 136 if (weight != ProfileInfoLoader::Uncounted) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoLoader.h 45 static const unsigned Uncounted;
  /external/swiftshader/third_party/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 1025 milliseconds