Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp345 LocalVarContext EntryContext; member
372 : EntryContext(EmptyCtx), ExitContext(EmptyCtx) {} in CFGBlockInfo()
762 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext; in traverseCFG()
766 CurrBlockInfo->EntryContext = in traverseCFG()
767 intersectContexts(CurrBlockInfo->EntryContext, in traverseCFG()
775 CurrBlockInfo->EntryContext = in traverseCFG()
776 createReferenceContext(CurrBlockInfo->EntryContext); in traverseCFG()
779 saveContext(nullptr, CurrBlockInfo->EntryContext); in traverseCFG()
783 VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext); in traverseCFG()
805 Context LoopBegin = BlockInfo[FirstLoopBlock->getBlockID()].EntryContext; in traverseCFG()
[all …]