Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp869 auto *DomChildBB = DomChild->getBlock(); in UnrollRuntimeLoopRemainder() local
870 if (!L->contains(LI->getLoopFor(DomChildBB))) in UnrollRuntimeLoopRemainder()
871 ChildrenToUpdate.push_back(DomChildBB); in UnrollRuntimeLoopRemainder()