Searched refs:PotentialBlockers (Results 1 – 1 of 1) sorted by relevance
339 SmallVector<MachineInstr *, 2> PotentialBlockers; in findPotentialBlockers() local352 return PotentialBlockers; in findPotentialBlockers()353 PotentialBlockers.push_back(&MI); in findPotentialBlockers()372 PotentialBlockers.push_back(&PBInst); in findPotentialBlockers()376 return PotentialBlockers; in findPotentialBlockers()679 SmallVector<MachineInstr *, 2> PotentialBlockers = in runOnMachineFunction() local681 for (auto *PBInst : PotentialBlockers) { in runOnMachineFunction()