Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h53 enum SIScheduleBlockLinkKind { enum
97 std::vector<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>> Succs;
117 void addSucc(SIScheduleBlock *Succ, SIScheduleBlockLinkKind Kind);
120 ArrayRef<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>>
H A DSIMachineScheduler.cpp524 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()