Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp561 for (const auto &DTChild : Children) in GetAllSortedSuccessors() local
563 if (DTChild->getIDom()->getBlock() == MI->getParent() && in GetAllSortedSuccessors()
565 !MBB->isSuccessor(DTChild->getBlock())) in GetAllSortedSuccessors()
566 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()