HomeSort by relevance Sort by last modified time
    Searched refs:CurrentBlockInfo (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 667 // If E != null, sets Phi[CurrentBlockInfo->ArgIndex] = E.
670 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors;
711 assert(CurrentBlockInfo && "Not processing a block!");
753 assert(CurrentBlockInfo && "Not processing a block!");
755 if (CurrentBlockInfo->HasBackEdges)
757 CurrentBlockInfo->HasBackEdges = true;
826 CurrentBlockInfo = &BBInfo[B->getBlockID()];
845 ++CurrentBlockInfo->ProcessedPredecessors;
903 ++CurrentBlockInfo->UnprocessedSuccessors;
914 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 342 CurrentBlockInfo(nullptr) {
493 BlockInfo *CurrentBlockInfo;

Completed in 173 milliseconds