Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1289 CFGBlockInfo *CurrBlockInfo = &BlockInfo[CurrBlockID]; in traverseCFG() local
1308 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext; in traverseCFG()
1312 CurrBlockInfo->EntryContext = in traverseCFG()
1313 intersectContexts(CurrBlockInfo->EntryContext, in traverseCFG()
1321 CurrBlockInfo->EntryContext = in traverseCFG()
1322 createReferenceContext(CurrBlockInfo->EntryContext); in traverseCFG()
1325 saveContext(nullptr, CurrBlockInfo->EntryContext); in traverseCFG()
1326 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1329 VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext); in traverseCFG()
1342 CurrBlockInfo->ExitContext = VMapBuilder.Ctx; in traverseCFG()
[all …]