Searched refs:OptIncDec (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp98 bool OptIncDec; member in class:__anon3076::FixupLEAPass
161 OptIncDec = !ST.slowIncDec() || Func.getFunction()->optForMinSize();
164 if (!OptLEA && !OptIncDec)
398 if (OptIncDec)

Completed in 77 milliseconds