Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp251 struct CFGBlockInfo { struct
252 FactSet EntrySet; // Lockset held at entry to block
253 FactSet ExitSet; // Lockset held at exit from block
254 LocalVarContext EntryContext; // Context held at entry to block
255 LocalVarContext ExitContext; // Context held at exit from block
256 SourceLocation EntryLoc; // Location of first statement in block
257 SourceLocation ExitLoc; // Location of last statement in block.
258 unsigned EntryIndex; // Used to replay contexts later
259 bool Reachable; // Is this block reachable?
261 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
[all …]