Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:getSuccs

1141     unsigned Degree = Block->getSuccs().size();
1280 if (Block->getSuccs().size() == 0)
1284 for (SIScheduleBlock *Succ : Block->getSuccs()) {
1351 BlockNumSuccsLeft[i] = Block->getSuccs().size();
1491 TryCand.NumSuccessors = TryCand.Block->getSuccs().size();
1559 for (SIScheduleBlock* Block : Parent->getSuccs()) {