Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp547 SmallVector<MachineBasicBlock *, 4> AllSuccs(MBB->succ_begin(), in GetAllSortedSuccessors() local
564 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()
568 AllSuccs.begin(), AllSuccs.end(), in GetAllSortedSuccessors()
577 auto it = AllSuccessors.insert(std::make_pair(MBB, AllSuccs)); in GetAllSortedSuccessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp587 SmallVector<MachineBasicBlock *, 4> AllSuccs(MBB->succ_begin(), in GetAllSortedSuccessors() local
604 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()
608 AllSuccs.begin(), AllSuccs.end(), in GetAllSortedSuccessors()
617 auto it = AllSuccessors.insert(std::make_pair(MBB, AllSuccs)); in GetAllSortedSuccessors()