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.cpp678 for (auto LoadStoreInstPair : BlockedLoadsStoresPairs) { in runOnMachineFunction() local
679 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction()
709 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction()