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 | 68 const bool MinimizeSize; variable 102 bool MinimizeSize, AAResults *AA, AssumptionCache &AC, in InstCombiner() argument 109 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 | 213 bool MinimizeSize; member in __anon85ac22ef0111::Thumb2SizeReduce 244 OptimizeSize = MinimizeSize = false; in INITIALIZE_PASS() 286 if (MinimizeSize || !STI->avoidCPSRPartialUpdate()) in canAddPseudoFlagDep() 451 if (!MinimizeSize) in ReduceLoadStore() 756 if (!MinimizeSize && STI->avoidMULS()) in ReduceTo2Addr() 1144 MinimizeSize = STI->hasMinSize(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 65 bool MinimizeSize, AAResults *AA, AssumptionCache &AC, in InstCombinerImpl() argument 71 : InstCombiner(Worklist, Builder, MinimizeSize, AA, AC, TLI, TTI, DT, ORE, in InstCombinerImpl()
|
| H A D | InstructionCombining.cpp | 3843 if (MinimizeSize) { in visitFree()
|