Searched refs:AllSuccs (Results 1 – 1 of 1) sorted by relevance
1202 SmallVector<MachineBasicBlock *, 4> AllSuccs(MBB->successors()); in GetAllSortedSuccessors() local1216 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()1221 AllSuccs, [this](const MachineBasicBlock *L, const MachineBasicBlock *R) { in GetAllSortedSuccessors()1229 auto it = AllSuccessors.insert(std::make_pair(MBB, AllSuccs)); in GetAllSortedSuccessors()