Lines Matching refs:AllocationOrder
456 const AllocationOrder &Order);
459 const AllocationOrder &Order);
461 const AllocationOrder &Order,
472 unsigned getCheapestEvicteeWeight(const AllocationOrder &Order,
481 unsigned tryAssign(LiveInterval&, AllocationOrder&,
483 unsigned tryEvict(LiveInterval&, AllocationOrder&,
485 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
490 AllocationOrder &Order,
500 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order,
504 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
506 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
508 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
510 unsigned trySplit(LiveInterval&, AllocationOrder&,
512 unsigned tryLastChanceRecoloring(LiveInterval &, AllocationOrder &,
760 AllocationOrder &Order, in tryAssign()
806 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in canReassign()
1010 unsigned RAGreedy::getCheapestEvicteeWeight(const AllocationOrder &Order, in getCheapestEvicteeWeight()
1095 AllocationOrder &Order, in tryEvict()
1472 const AllocationOrder &Order) { in splitCanCauseEvictionChain()
1532 const AllocationOrder &Order) { in splitCanCauseLocalSpill()
1570 const AllocationOrder &Order, in calcGlobalSplitCost()
1815 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryRegionSplit()
1859 AllocationOrder &Order, in calculateRegionSplitCost()
2005 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
2072 RAGreedy::tryInstructionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryInstructionSplit()
2215 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit()
2446 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order, in trySplit()
2589 AllocationOrder &Order, in tryLastChanceRecoloring()
2788 AllocationOrder &Order, in tryAssignCSRFirstTime()
3024 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in selectOrSplitImpl()