Searched refs:ElseBlocks (Results 1 – 1 of 1) sorted by relevance
114 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks,132 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const;137 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const;231 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, in collectCandidateRegisters() argument236 for (auto *Else : ElseBlocks) { in collectCandidateRegisters()281 assert(ElseBlocks.contains(Pred) && "Should be from Else region\n"); in collectCandidateRegisters()477 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const { in updateLiveRangeInElseRegion()482 for (auto *MBB : ElseBlocks) { in updateLiveRangeInElseRegion()495 if (ElseBlocks.contains((*I)->getParent())) { in updateLiveRangeInElseRegion()507 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const { in optimizeLiveRange()[all …]