Home
last modified time | relevance | path

Searched defs:CFGBlockInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp301 struct CFGBlockInfo { struct
302 FactSet EntrySet; // Lockset held at entry to block
303 FactSet ExitSet; // Lockset held at exit from block
304 LocalVarContext EntryContext; // Context held at entry to block
305 LocalVarContext ExitContext; // Context held at exit from block
306 SourceLocation EntryLoc; // Location of first statement in block
307 SourceLocation ExitLoc; // Location of last statement in block.
308 unsigned EntryIndex; // Used to replay contexts later
309 bool Reachable; // Is this block reachable?
311 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
[all …]