Lines Matching refs:ElseBlocks
111 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks,
129 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const;
134 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const;
224 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, in collectCandidateRegisters() argument
229 for (auto *Else : ElseBlocks) { in collectCandidateRegisters()
274 assert(ElseBlocks.contains(Pred) && "Should be from Else region\n"); in collectCandidateRegisters()
472 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const { in updateLiveRangeInElseRegion()
477 for (auto *MBB : ElseBlocks) { in updateLiveRangeInElseRegion()
490 if (ElseBlocks.contains((*I)->getParent())) { in updateLiveRangeInElseRegion()
502 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const { in optimizeLiveRange()
540 if (ElseBlocks.contains(UseBlock)) in optimizeLiveRange()
548 updateLiveRangeInElseRegion(Reg, NewReg, Flow, Endif, ElseBlocks); in optimizeLiveRange()
663 SmallSetVector<MachineBasicBlock *, 16> ElseBlocks; in runOnMachineFunction() local
672 collectElseRegionBlocks(IfTarget, Endif, ElseBlocks); in runOnMachineFunction()
675 collectCandidateRegisters(&MBB, IfTarget, Endif, ElseBlocks, in runOnMachineFunction()
680 optimizeLiveRange(Reg, &MBB, IfTarget, Endif, ElseBlocks); in runOnMachineFunction()