Searched refs:BotCand (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | VLIWMachineScheduler.cpp | 897 SchedCandidate BotCand; in pickNodeBidrectional() local 900 pickNodeFromQueue(Bot, DAG->getBotRPTracker(), BotCand); in pickNodeBidrectional() 913 return BotCand.SU; in pickNodeBidrectional() 931 return BotCand.SU; in pickNodeBidrectional() 938 if (TopCand.SCost > BotCand.SCost) { in pickNodeBidrectional() 946 return BotCand.SU; in pickNodeBidrectional() 971 SchedCandidate BotCand; in pickNode() local 973 pickNodeFromQueue(Bot, DAG->getBotRPTracker(), BotCand); in pickNode() 976 SU = BotCand.SU; in pickNode()
|
H A D | MachineScheduler.cpp | 3274 BotCand.SU = nullptr; in initialize() 3691 if (!BotCand.isValid() || BotCand.SU->isScheduled || in pickNodeBidirectional() 3692 BotCand.Policy != BotPolicy) { in pickNodeBidirectional() 3693 BotCand.reset(CandPolicy()); in pickNodeBidirectional() 3694 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), BotCand); in pickNodeBidirectional() 3695 assert(BotCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional() 3697 LLVM_DEBUG(traceCandidate(BotCand)); in pickNodeBidirectional() 3703 assert(TCand.SU == BotCand.SU && in pickNodeBidirectional() 3730 assert(BotCand.isValid()); in pickNodeBidirectional() 3732 SchedCandidate Cand = BotCand; in pickNodeBidirectional() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 343 if (!BotCand.isValid() || BotCand.SU->isScheduled || in pickNodeBidirectional() 344 BotCand.Policy != BotPolicy) { in pickNodeBidirectional() 345 BotCand.reset(CandPolicy()); in pickNodeBidirectional() 346 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), BotCand, in pickNodeBidirectional() 348 assert(BotCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional() 350 LLVM_DEBUG(traceCandidate(BotCand)); in pickNodeBidirectional() 357 assert(TCand.SU == BotCand.SU && in pickNodeBidirectional() 387 dbgs() << "Bot Cand: "; traceCandidate(BotCand);); in pickNodeBidirectional() 388 SchedCandidate Cand = BotCand; in pickNodeBidirectional() 425 BotCand.reset(NoPolicy); in pickNode() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 1249 BotCand.SU = nullptr; in releaseBottomNode() 1266 SchedCandidate BotCand; variable 1302 SchedCandidate BotCand; variable 1343 BotCand.SU = nullptr; in releaseBottomNode()
|