Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp340 SmallVector<MachineInstr *, 2> PotentialBlockers; in findPotentialBlockers() local
353 return PotentialBlockers; in findPotentialBlockers()
354 PotentialBlockers.push_back(&MI); in findPotentialBlockers()
378 PotentialBlockers.push_back(&*PBInst); in findPotentialBlockers()
382 return PotentialBlockers; in findPotentialBlockers()
689 SmallVector<MachineInstr *, 2> PotentialBlockers = in runOnMachineFunction() local
691 for (auto *PBInst : PotentialBlockers) { in runOnMachineFunction()