HomeSort by: relevance | last modified time | path
    Searched defs:IsCritical (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 226 bool IsCritical = false;
234 (IsCritical ? "c" : " ") + " W=" + Twine(Weight))
782 if (!E.IsCritical)
PGOInstrumentation.cpp 528 bool IsCritical = false;
536 (IsCritical ? "c" : " ") + " W=" + Twine(Weight)).str();
833 if (!E->IsCritical)

Completed in 24 milliseconds