Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h210 SmallVector<CFGBlock*, 8> ForwardEdges; in walk() local
220 ForwardEdges.push_back(*SI); in walk()
226 for (auto *Blk : ForwardEdges) in walk()