Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp92 BlockedLoadsStoresPairs; member in __anonb934bf3a0111::X86AvoidSFBPass
550 BlockedLoadsStoresPairs.push_back(std::make_pair(&MI, &StoreMI)); in findPotentiallylBlockedCopies()
678 for (auto LoadStoreInstPair : BlockedLoadsStoresPairs) { in runOnMachineFunction()
724 BlockedLoadsStoresPairs.clear(); in runOnMachineFunction()