Searched refs:PBInst (Results 1 – 1 of 1) sorted by relevance
342 for (auto PBInst = std::next(MachineBasicBlock::reverse_iterator(LoadInst)), in findPotentialBlockers() local344 PBInst != E; ++PBInst) { in findPotentialBlockers()345 if (PBInst->isMetaInstruction()) in findPotentialBlockers()350 MachineInstr &MI = *PBInst; in findPotentialBlockers()364 for (MachineInstr &PBInst : llvm::reverse(*PMBB)) { in findPotentialBlockers()365 if (PBInst.isMetaInstruction()) in findPotentialBlockers()370 if (PBInst.getDesc().isCall()) in findPotentialBlockers()372 PotentialBlockers.push_back(&PBInst); in findPotentialBlockers()681 for (auto *PBInst : PotentialBlockers) { in runOnMachineFunction() local682 if (!isPotentialBlockingStoreInst(PBInst->getOpcode(), in runOnMachineFunction()[all …]