Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp585 for (const auto &DTChild : Children) in FindSuccToSinkTo() local
587 if (DTChild->getIDom()->getBlock() == MI->getParent() && in FindSuccToSinkTo()
589 !MBB->isSuccessor(DTChild->getBlock())) in FindSuccToSinkTo()
590 Succs.push_back(DTChild->getBlock()); in FindSuccToSinkTo()