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>>
524 SIScheduleBlockLinkKind> S) { in addPred()531 SIScheduleBlockLinkKind Kind) { in addSucc()535 for (std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind> &S : Succs) { in addSucc()537 if (S.second == SIScheduleBlockLinkKind::NoData && in addSucc()538 Kind == SIScheduleBlockLinkKind::Data) in addSucc()566 for (std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind> S : Succs) { in printDebug()567 if (S.second == SIScheduleBlockLinkKind::Data) in printDebug()1658 Block.second == SIScheduleBlockLinkKind::Data) in releaseBlockSuccs()