Home
last modified time | relevance | path

Searched refs:Uncounted (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp36 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
DProfileInfoLoaderPass.cpp136 if (weight != ProfileInfoLoader::Uncounted) { in readEdge()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted); in runOnModule() local
156 Initializer[i++] = (Uncounted); in runOnModule()
179 Initializer[i++] = (Uncounted); in runOnModule()
207 Initializer[i++] = (Uncounted); in runOnModule()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h45 static const unsigned Uncounted; variable