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.cpp528 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()