HomeSort by: relevance | last modified time | path
    Searched refs:hasState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 217 if (!Context.isBaseContext() && !Context.hasState(InlinedContext)) {
218 assert(Context.hasState(MergedContext) &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 307 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext))
354 if (FromSamples && FromSamples->getContext().hasState(InlinedContext))
381 assert(!FromSamples->getContext().hasState(InlinedContext) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 458 bool hasState(ContextStateMask S) { return State & (uint32_t)S; }

Completed in 16 milliseconds