Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp302 bool removeRedundantLEAs(MemOpMap &LEAs);
624 bool X86OptimizeLEAPass::removeRedundantLEAs(MemOpMap &LEAs) { in removeRedundantLEAs() function in X86OptimizeLEAPass
738 Changed |= removeRedundantLEAs(LEAs); in runOnMachineFunction()