Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp740 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
780 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
822 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
824 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
826 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
894 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
913 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
971 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
982 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
984 CurrentBlockInfo = nullptr; in exitCFGBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h527 BlockInfo *CurrentBlockInfo = nullptr; variable