Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp170 SmallVector<BasicBlock *, 3> NestedExits; in computeStackPO() local
171 NestedLoop->getUniqueExitBlocks(NestedExits); in computeStackPO()
173 for (const auto *NestedExitBB : NestedExits) { in computeStackPO()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h1290 SmallVector<BlockT *, 3> NestedExits; in computeStackPO() local
1291 NestedCycle->getExitBlocks(NestedExits); in computeStackPO()
1293 for (auto *NestedExitBB : NestedExits) { in computeStackPO()