Searched refs:BotCand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 589 SchedCandidate BotCand; in pickNodeBidrectional() local 592 DAG->getBotRPTracker(), BotCand); in pickNodeBidrectional() 604 return BotCand.SU; in pickNodeBidrectional() 620 return BotCand.SU; in pickNodeBidrectional() 626 if (TopCand.SCost > BotCand.SCost) { in pickNodeBidrectional() 632 return BotCand.SU; in pickNodeBidrectional() 657 SchedCandidate BotCand; in pickNode() local 659 pickNodeFromQueue(Bot.Available, DAG->getBotRPTracker(), BotCand); in pickNode() 662 SU = BotCand.SU; in pickNode()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1180 ConvergingScheduler::SchedCandidate &BotCand); 1595 ConvergingScheduler::SchedCandidate &BotCand) { in checkResourceLimits() argument 1598 Bot.setLatencyPolicy(BotCand.Policy); in checkResourceLimits() 1608 BotCand.Policy.ReduceResIdx = Bot.CritResIdx; in checkResourceLimits() 1625 BotCand.Policy.ReduceLatency = true; in checkResourceLimits() 1643 balanceZones(Top, TopCand, Bot, BotCand); in checkResourceLimits() 1644 balanceZones(Bot, BotCand, Top, TopCand); in checkResourceLimits() 1978 SchedCandidate BotCand(NoPolicy); in pickNodeBidirectional() local 1980 checkResourceLimits(TopCand, BotCand); in pickNodeBidirectional() 1983 pickNodeFromQueue(Bot, DAG->getBotRPTracker(), BotCand); in pickNodeBidirectional() [all …]
|