Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h97 SmallDenseSet<std::pair<const BasicBlock *, const BasicBlock *>, 8> BackEdges; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h185 SmallVector<CFGBlock*, 4> BackEdges; in walk() local