Lines Matching refs:OptSize
333 bool OptSize; member in __anon78e22a880111::CodeGenPrepare
490 OptSize = F.hasOptSize(); in runOnFunction()
515 if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI->isSlowDivBypassed()) { in runOnFunction()
2180 !OptSize && !llvm::shouldOptimizeForSize(BB, PSI, BFI.get())) in optimizeCallInst()
3160 bool OptSize; member in __anon78e22a880c11::AddressingModeMatcher
3173 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher() argument
3178 LargeOffsetGEP(LargeOffsetGEP), OptSize(OptSize), PSI(PSI), BFI(BFI) { in AddressingModeMatcher()
3198 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match() argument
3203 InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in Match()
4882 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses() argument
4930 bool OptForSize = OptSize || in FindAllMemoryUses()
4945 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses()
5034 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in isProfitableToFoldIntoAddressingMode()
5064 LargeOffsetGEP, OptSize, PSI, BFI); in isProfitableToFoldIntoAddressingMode()
5175 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in optimizeMemoryInst()
6777 (!isFormingBranchFromSelectProfitable(TTI, TLI, SI) || OptSize || in optimizeSelectInst()