Searched refs:PotentialBlockers (Results 1 – 1 of 1) sorted by relevance
340 SmallVector<MachineInstr *, 2> PotentialBlockers; in findPotentialBlockers() local353 return PotentialBlockers; in findPotentialBlockers()354 PotentialBlockers.push_back(&MI); in findPotentialBlockers()373 PotentialBlockers.push_back(&PBInst); in findPotentialBlockers()377 return PotentialBlockers; in findPotentialBlockers()683 SmallVector<MachineInstr *, 2> PotentialBlockers = in runOnMachineFunction() local685 for (auto *PBInst : PotentialBlockers) { in runOnMachineFunction()