Searched refs:MinimizeSize (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 67 const bool MinimizeSize; variable 97 bool MinimizeSize, AAResults *AA, AssumptionCache &AC, in InstCombiner() argument 103 MinimizeSize(MinimizeSize), AA(AA), AC(AC), TLI(TLI), DT(DT), DL(DL), in InstCombiner()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 216 bool MinimizeSize; member in __anon85ac22ef0111::Thumb2SizeReduce 247 OptimizeSize = MinimizeSize = false; in INITIALIZE_PASS() 289 if (MinimizeSize || !STI->avoidCPSRPartialUpdate()) in canAddPseudoFlagDep() 454 if (!MinimizeSize) in ReduceLoadStore() 1144 MinimizeSize = STI->hasMinSize(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 67 bool MinimizeSize, AAResults *AA, AssumptionCache &AC, in InstCombinerImpl() argument 72 : InstCombiner(Worklist, Builder, MinimizeSize, AA, AC, TLI, TTI, DT, ORE, in InstCombinerImpl()
|
H A D | InstructionCombining.cpp | 3482 if (MinimizeSize) { in visitFree()
|