Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp301 bool removeRedundantLEAs(MemOpMap &LEAs);
622 bool X86OptimizeLEAPass::removeRedundantLEAs(MemOpMap &LEAs) { in removeRedundantLEAs() function in X86OptimizeLEAPass
740 Changed |= removeRedundantLEAs(LEAs); in runOnMachineFunction()