Searched refs:PBInst (Results 1 – 1 of 1) sorted by relevance
343 for (auto PBInst = std::next(MachineBasicBlock::reverse_iterator(LoadInst)), in findPotentialBlockers() local345 PBInst != E; ++PBInst) { in findPotentialBlockers()346 if (PBInst->isMetaInstruction()) in findPotentialBlockers()351 MachineInstr &MI = *PBInst; in findPotentialBlockers()365 for (MachineInstr &PBInst : llvm::reverse(*PMBB)) { in findPotentialBlockers()366 if (PBInst.isMetaInstruction()) in findPotentialBlockers()371 if (PBInst.getDesc().isCall()) in findPotentialBlockers()373 PotentialBlockers.push_back(&PBInst); in findPotentialBlockers()685 for (auto *PBInst : PotentialBlockers) { in runOnMachineFunction() local686 if (!isPotentialBlockingStoreInst(PBInst->getOpcode(), in runOnMachineFunction()[all …]