Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp302 bool removeRedundantLEAs(MemOpMap &LEAs);
626 bool X86OptimizeLEAPass::removeRedundantLEAs(MemOpMap &LEAs) { in removeRedundantLEAs() function in X86OptimizeLEAPass
741 Changed |= removeRedundantLEAs(LEAs); in runOnMachineFunction()