Searched refs:DTChild (Results 1 – 2 of 2) sorted by relevance
559 for (const auto &DTChild : Children) in GetAllSortedSuccessors() local561 if (DTChild->getIDom()->getBlock() == MI.getParent() && in GetAllSortedSuccessors()563 !MBB->isSuccessor(DTChild->getBlock())) in GetAllSortedSuccessors()564 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()
599 for (const auto &DTChild : Children) in GetAllSortedSuccessors() local601 if (DTChild->getIDom()->getBlock() == MI.getParent() && in GetAllSortedSuccessors()603 !MBB->isSuccessor(DTChild->getBlock())) in GetAllSortedSuccessors()604 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()