Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp58 void processInstructionForSlowLEA(MachineBasicBlock::iterator &I,
253 processInstructionForSlowLEA(I, MBB); in runOnMachineFunction()
687 void FixupLEAPass::processInstructionForSlowLEA(MachineBasicBlock::iterator &I, in processInstructionForSlowLEA() function in FixupLEAPass