Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h185 SmallVector<CFGBlock*, 4> BackEdges; in walk() local
194 BackEdges.push_back(*SI); in walk()
200 for (auto *Blk : BackEdges) in walk()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h97 SmallDenseSet<std::pair<const BasicBlock *, const BasicBlock *>, 8> BackEdges; variable
361 return BackEdges.contains({From, To}); in isBackEdge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5846 BackEdges.insert({BB, Succ}); in computeBackEdges()