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.cpp343 for (auto PBInst = std::next(MachineBasicBlock::reverse_iterator(LoadInst)), in findPotentialBlockers() local
345 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() local
686 if (!isPotentialBlockingStoreInst(PBInst->getOpcode(), in runOnMachineFunction()
[all …]