Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h199 for (auto DomChild : *Node) { in calculate()
200 if (VisitedWorklist.insert(DomChild).second) in calculate()
201 Worklist.push_back(DomChild); in calculate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp868 for (auto *DomChild : DomNodeBB->children()) { in UnrollRuntimeLoopRemainder() local
869 auto *DomChildBB = DomChild->getBlock(); in UnrollRuntimeLoopRemainder()