Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp889 auto *DomChildBB = DomChild->getBlock(); in UnrollRuntimeLoopRemainder() local
890 if (!L->contains(LI->getLoopFor(DomChildBB))) in UnrollRuntimeLoopRemainder()
891 ChildrenToUpdate.push_back(DomChildBB); in UnrollRuntimeLoopRemainder()