Searched refs:SIScheduleBlockLinkKind (Results 1 – 2 of 2) sorted by relevance
57 enum SIScheduleBlockLinkKind { enum101 std::vector<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>> Succs;121 void addSucc(SIScheduleBlock *Succ, SIScheduleBlockLinkKind Kind);124 ArrayRef<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>>
550 SIScheduleBlockLinkKind> S) { in addPred()557 SIScheduleBlockLinkKind Kind) { in addSucc()561 for (std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind> &S : Succs) { in addSucc()563 if (S.second == SIScheduleBlockLinkKind::NoData && in addSucc()564 Kind == SIScheduleBlockLinkKind::Data) in addSucc()592 for (std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind> S : Succs) { in printDebug()593 if (S.second == SIScheduleBlockLinkKind::Data) in printDebug()1723 Block.second == SIScheduleBlockLinkKind::Data) in releaseBlockSuccs()