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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 437 bool HasBackEdges = false;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 778 if (CurrentBlockInfo->HasBackEdges)
780 CurrentBlockInfo->HasBackEdges = true;
ThreadSafety.cpp 745 bool HasBackEdges = false;
751 HasBackEdges = true;
771 if (HasBackEdges)

Completed in 29 milliseconds