Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1202 SmallVector<MachineBasicBlock *, 4> AllSuccs(MBB->successors()); in GetAllSortedSuccessors() local
1216 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()