Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h228 SmallVector<CFGBlock*, 8> ForwardEdges; in walk() local
238 ForwardEdges.push_back(*SI); in walk()
244 for (auto *Blk : ForwardEdges) in walk()