Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp334 LocalVarContext EntryContext; member
361 : EntryContext(EmptyCtx), ExitContext(EmptyCtx) {} in CFGBlockInfo()
755 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext; in traverseCFG()
759 CurrBlockInfo->EntryContext = in traverseCFG()
760 intersectContexts(CurrBlockInfo->EntryContext, in traverseCFG()
768 CurrBlockInfo->EntryContext = in traverseCFG()
769 createReferenceContext(CurrBlockInfo->EntryContext); in traverseCFG()
772 saveContext(nullptr, CurrBlockInfo->EntryContext); in traverseCFG()
776 VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext); in traverseCFG()
798 Context LoopBegin = BlockInfo[FirstLoopBlock->getBlockID()].EntryContext; in traverseCFG()
[all …]