Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp888 for (auto *DomChild : DomNodeBB->children()) { in UnrollRuntimeLoopRemainder() local
889 auto *DomChildBB = DomChild->getBlock(); in UnrollRuntimeLoopRemainder()