Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h183 SmallVector<CFGBlock*, 4> BackEdges; in walk() local
192 BackEdges.push_back(*SI); in walk()
198 for (auto *Blk : BackEdges) in walk()