Searched refs:SIScheduleBlockLinkKind (Results 1 – 2 of 2) sorted by relevance
53 enum SIScheduleBlockLinkKind { enum97 std::vector<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>> Succs;117 void addSucc(SIScheduleBlock *Succ, SIScheduleBlockLinkKind Kind);120 ArrayRef<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>>
528 SIScheduleBlockLinkKind> S) { in addPred()535 SIScheduleBlockLinkKind Kind) { in addSucc()539 for (std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind> &S : Succs) { in addSucc()541 if (S.second == SIScheduleBlockLinkKind::NoData && in addSucc()542 Kind == SIScheduleBlockLinkKind::Data) in addSucc()570 for (std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind> S : Succs) { in printDebug()571 if (S.second == SIScheduleBlockLinkKind::Data) in printDebug()1670 Block.second == SIScheduleBlockLinkKind::Data) in releaseBlockSuccs()