Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h182 SmallVector<CFGBlock*, 4> BackEdges; in walk() local
191 BackEdges.push_back(*SI); in walk()
197 for (auto *Blk : BackEdges) in walk()