Searched refs:OptSize (Results 1 – 5 of 5) sorted by relevance
663 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset() argument664 return OptSize ? MaxStoresPerMemsetOptSize : MaxStoresPerMemset; in getMaxStoresPerMemset()672 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy() argument673 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy()681 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() argument682 return OptSize ? MaxStoresPerMemmoveOptSize : MaxStoresPerMemmove; in getMaxStoresPerMemmove()
239 bool OptSize = Caller && !Caller->isDeclaration() && in getInlineThreshold() local242 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize && in getInlineThreshold()
98 bool OptSize; member in __anon3005b4ff0111::CodeGenPrepare152 OptSize = F.getAttributes().hasAttribute(AttributeSet::FunctionIndex, in runOnFunction()157 if (!OptSize && TLI && TLI->isSlowDivBypassed()) { in runOnFunction()1841 if (DisableSelectToBranch || OptSize || !TLI || VectorCond) in OptimizeSelectInst()
1290 OptSize = getOptimizationLevelSize(Args, IK, Diags); in ParseLangArgs() local1292 Opts.OptimizeSize = OptSize != 0; in ParseLangArgs()
3604 bool OptSize = in getMemcpyLoadsAndStores() local3616 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()3720 bool OptSize = MF.getFunction()->getAttributes(). in getMemmoveLoadsAndStores() local3728 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()3799 bool OptSize = MF.getFunction()->getAttributes(). in getMemsetStores() local3806 if (!FindOptimalMemOpLowering(MemOps, TLI.getMaxStoresPerMemset(OptSize), in getMemsetStores()