Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp674 for (auto LoadStoreInstPair : BlockedLoadsStoresPairs) { in runOnMachineFunction() local
675 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction()
705 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction()