Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp695 CFGBlockInfo *CurrBlockInfo = &BlockInfo[CurrBlockID]; in traverseCFG() local
714 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext; in traverseCFG()
718 CurrBlockInfo->EntryContext = in traverseCFG()
719 intersectContexts(CurrBlockInfo->EntryContext, in traverseCFG()
727 CurrBlockInfo->EntryContext = in traverseCFG()
728 createReferenceContext(CurrBlockInfo->EntryContext); in traverseCFG()
731 saveContext(nullptr, CurrBlockInfo->EntryContext); in traverseCFG()
732 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
735 VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext); in traverseCFG()
748 CurrBlockInfo->ExitContext = VMapBuilder.Ctx; in traverseCFG()
[all …]