Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp732 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()
772 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()
814 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()
816 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()
818 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()
886 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()
905 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()
963 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()
974 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
976 CurrentBlockInfo = nullptr; in exitCFGBlock()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h529 BlockInfo *CurrentBlockInfo = nullptr; variable