Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp694 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
734 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
776 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
778 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
780 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
848 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
867 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
925 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
936 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
938 CurrentBlockInfo = nullptr; in exitCFGBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h511 BlockInfo *CurrentBlockInfo = nullptr; variable