Searched refs:OrderedInsts (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | WindowScheduler.cpp | 629 std::vector<MachineInstr *> OrderedInsts; in expand() local 632 OrderedInsts.push_back(MI); in expand() 638 ModuloSchedule MS(*MF, &Loop, std::move(OrderedInsts), std::move(Cycles), in expand()
|
| HD | MachinePipeliner.cpp | 706 std::vector<MachineInstr *> OrderedInsts; in schedule() local 710 OrderedInsts.push_back(SU->getInstr()); in schedule() 722 ModuloSchedule MS(MF, &Loop, std::move(OrderedInsts), std::move(Cycles), in schedule() 1085 std::vector<MachineInstr *> &OrderedInsts, in computeScheduledInsts() argument 1107 OrderedInsts.push_back(MI); in computeScheduledInsts() 1382 Instr2LastUsesTy computeLastUses(const OrderedInstsTy &OrderedInsts, in computeLastUses() argument 1393 for (MachineInstr *MI : OrderedInsts) { in computeLastUses() 1408 for (MachineInstr *MI : llvm::reverse(OrderedInsts)) { in computeLastUses() 1444 computeMaxSetPressure(const OrderedInstsTy &OrderedInsts, in computeMaxSetPressure() argument 1455 auto LastUses = computeLastUses(OrderedInsts, Stages); in computeMaxSetPressure() [all …]
|