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 493 // If E != null, sets Phi[CurrentBlockInfo->ArgIndex] = E.
496 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors;
539 assert(CurrentBlockInfo && "Not processing a block!");
582 assert(CurrentBlockInfo && "Not processing a block!");
584 if (CurrentBlockInfo->HasBackEdges)
586 CurrentBlockInfo->HasBackEdges = true;
660 CurrentBlockInfo = &BBInfo[B->getBlockID()];
680 ++CurrentBlockInfo->ProcessedPredecessors;
746 ++CurrentBlockInfo->UnprocessedSuccessors;
759 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 239 CurrentBlockInfo(nullptr) {
381 BlockInfo *CurrentBlockInfo;

Completed in 34 milliseconds