Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h184 SmallVector<CFGBlock*, 4> BackEdges; in walk() local
193 BackEdges.push_back(*SI); in walk()
199 for (auto *Blk : BackEdges) in walk()