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.h203 for (auto DomChild : *Node) { in calculate()
204 if (VisitedWorklist.insert(DomChild).second) in calculate()
205 Worklist.push_back(DomChild); in calculate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp892 for (auto *DomChild : DomNodeBB->children()) { in UnrollRuntimeLoopRemainder() local
893 auto *DomChildBB = DomChild->getBlock(); in UnrollRuntimeLoopRemainder()