Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp695 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
735 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
777 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
779 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
781 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
849 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
868 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
926 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
937 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
939 CurrentBlockInfo = nullptr; in exitCFGBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h511 BlockInfo *CurrentBlockInfo = nullptr; variable