Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp691 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
731 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
773 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
775 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
777 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
845 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
864 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
922 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
933 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
935 CurrentBlockInfo = nullptr; in exitCFGBlock()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h512 BlockInfo *CurrentBlockInfo = nullptr; variable