Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp559 for (const auto &DTChild : Children) in GetAllSortedSuccessors() local
561 if (DTChild->getIDom()->getBlock() == MI.getParent() && in GetAllSortedSuccessors()
563 !MBB->isSuccessor(DTChild->getBlock())) in GetAllSortedSuccessors()
564 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp599 for (const auto &DTChild : Children) in GetAllSortedSuccessors() local
601 if (DTChild->getIDom()->getBlock() == MI.getParent() && in GetAllSortedSuccessors()
603 !MBB->isSuccessor(DTChild->getBlock())) in GetAllSortedSuccessors()
604 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()