Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp684 for (auto LoadStoreInstPair : BlockedLoadsStoresPairs) { in runOnMachineFunction() local
685 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction()
715 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction()