Home
last modified time | relevance | path

Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp670 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
711 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
753 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
755 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
757 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
826 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
845 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
903 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
914 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
916 CurrentBlockInfo = nullptr; in exitCFGBlock()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h342 CurrentBlockInfo(nullptr) { in SExprBuilder()
493 BlockInfo *CurrentBlockInfo; variable