Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp720 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
760 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
802 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
804 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
806 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
874 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
893 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
951 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
962 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
964 CurrentBlockInfo = nullptr; in exitCFGBlock()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h520 BlockInfo *CurrentBlockInfo = nullptr; variable