Searched refs:optForSize (Results 1 – 25 of 27) sorted by relevance
12
104 if (MF.getFunction()->optForSize()) { in runOnMachineFunction()
159 OptForSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
642 if (MF.getFunction()->optForSize()) in runOnMachineFunction()
538 OptForSize = MF->getFunction()->optForSize(); in PreprocessISelDAG()
6115 if (!MF.getFunction()->optForSize() && hasPartialRegUpdate(MI.getOpcode())) in foldMemoryOperandImpl()6235 if (!MF.getFunction()->optForSize() && hasPartialRegUpdate(MI.getOpcode())) in foldMemoryOperandImpl()
462 OptSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
1579 if (F->getFunction()->optForSize()) in alignBlocks()
654 return EffectiveTailLen >= 2 && MF->getFunction()->optForSize() && in ProfitableToMerge()
231 OptSize = F.optForSize(); in runOnFunction()3502 const bool OptSize = I->getFunction()->optForSize(); in FindAllMemoryUses()
460 bool optForSize() const { in optForSize() function
437 bool optForSize() const {
496 if (L->getHeader()->getParent()->optForSize()) { in processLoop()
336 if(!Entry->getParent()->optForSize() || std::distance(S,E) > 100) { in maximizeConstantsInRange()
135 if (L->getHeader()->getParent()->optForSize()) { in gatherUnrollingPreferences()
1081 OptimizeSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
119 else if (F->optForSize()) in runOnMachineFunction()
1709 if (MBB.getParent()->getFunction()->optForSize()) { in isProfitableToIfCvt()
632 else if (Caller->optForSize() && OptSizeThreshold < Threshold) in updateThreshold()
322 return F.optForSize() && !F.optForMinSize(); in isOptSize()
1841 if (CI->getParent()->getParent()->optForSize()) in optimizeFPuts()
4319 (!MF->getFunction()->optForSize() && !Base.hasOneUse())) in PeepholePPC64()
55 ForCodeSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
4615 if (!F->optForSize() || in ExpandPowI()8349 if (DefaultMBB->getParent()->getFunction()->optForSize()) in findJumpTables()
4290 return MF.getFunction()->optForSize(); in shouldLowerMemFuncForSize()
6442 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize(); in processLoop()