Lines Matching refs:OptSize
360 bool OptSize; member in __anon132ce9ad0111::CodeGenPrepare
579 OptSize = F.hasOptSize(); in _run()
605 if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI->isSlowDivBypassed()) { in _run()
2446 if (CI->hasFnAttr(Attribute::Cold) && !OptSize && in optimizeCallInst()
3484 bool OptSize = false; member in __anon132ce9ad0d11::AddressingModeMatcher
3497 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher() argument
3502 LargeOffsetGEP(LargeOffsetGEP), OptSize(OptSize), PSI(PSI), BFI(BFI) { in AddressingModeMatcher()
3522 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match() argument
3528 LargeOffsetGEP, OptSize, PSI, BFI) in Match()
5211 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses() argument
5260 OptSize || llvm::shouldOptimizeForSize(CI->getParent(), PSI, BFI); in FindAllMemoryUses()
5275 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses()
5285 const TargetLowering &TLI, const TargetRegisterInfo &TRI, bool OptSize, in FindAllMemoryUses() argument
5289 return FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses()
5376 if (FindAllMemoryUses(I, MemoryUses, TLI, TRI, OptSize, PSI, BFI)) in isProfitableToFoldIntoAddressingMode()
5406 LargeOffsetGEP, OptSize, PSI, BFI); in isProfitableToFoldIntoAddressingMode()
5518 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in optimizeMemoryInst()
7156 (!isFormingBranchFromSelectProfitable(TTI, TLI, SI) || OptSize || in optimizeSelectInst()