Searched refs:AllSuccs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 547 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/ |
D | MachineSink.cpp | 587 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()
|