Searched refs:ElseBlocks (Results 1 – 1 of 1) sorted by relevance
111 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks,129 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const;134 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const;224 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, in collectCandidateRegisters() argument229 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()[all …]