Home
last modified time | relevance | path

Searched refs:PBInst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp342 for (auto PBInst = std::next(MachineBasicBlock::reverse_iterator(LoadInst)), in findPotentialBlockers() local
344 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() local
682 if (!isPotentialBlockingStoreInst(PBInst->getOpcode(), in runOnMachineFunction()
[all …]