Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()