Searched refs:EHPadToRethrows (Results 1 – 1 of 1) sorted by relevance
301 DenseMap<MachineBasicBlock *, SmallVector<MachineInstr *, 2>> EHPadToRethrows; in addCatchRefsAndThrowRefs() local307 EHPadToRethrows[MI.getOperand(0).getMBB()].push_back(&MI); in addCatchRefsAndThrowRefs()308 if (EHPadToRethrows.empty()) in addCatchRefsAndThrowRefs()313 for (auto &[EHPad, Rethrows] : EHPadToRethrows) { in addCatchRefsAndThrowRefs()