Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp693 CFGBlockInfo *CurrBlockInfo = &BlockInfo[CurrBlockID]; in traverseCFG() local
712 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext; in traverseCFG()
716 CurrBlockInfo->EntryContext = in traverseCFG()
717 intersectContexts(CurrBlockInfo->EntryContext, in traverseCFG()
725 CurrBlockInfo->EntryContext = in traverseCFG()
726 createReferenceContext(CurrBlockInfo->EntryContext); in traverseCFG()
729 saveContext(nullptr, CurrBlockInfo->EntryContext); in traverseCFG()
730 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
733 VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext); in traverseCFG()
746 CurrBlockInfo->ExitContext = VMapBuilder.Ctx; in traverseCFG()
[all …]