Home
last modified time | relevance | path

Searched defs:Uncounted (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DProfileInfoLoader.h45 static const unsigned Uncounted; variable
/external/llvm/lib/Analysis/
DProfileInfoLoader.cpp80 const unsigned ProfileInfoLoader::Uncounted = ~0U; member in ProfileInfoLoader
/external/llvm/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted); in runOnModule() local