Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp549 SmallVector<MachineBasicBlock *, 4> AllSuccs(MBB->succ_begin(), in GetAllSortedSuccessors() local
566 AllSuccs.push_back(DTChild->getBlock()); in GetAllSortedSuccessors()
570 AllSuccs.begin(), AllSuccs.end(), in GetAllSortedSuccessors()
579 auto it = AllSuccessors.insert(std::make_pair(MBB, AllSuccs)); in GetAllSortedSuccessors()