Lines Matching refs:OptSize

360   bool OptSize;  member in __anon01de4a8e0111::CodeGenPrepare
579 OptSize = F.hasOptSize(); in _run()
605 if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI->isSlowDivBypassed()) { in _run()
2413 if (CI->hasFnAttr(Attribute::Cold) && !OptSize && in optimizeCallInst()
3390 bool OptSize = false; member in __anon01de4a8e0c11::AddressingModeMatcher
3403 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher() argument
3408 LargeOffsetGEP(LargeOffsetGEP), OptSize(OptSize), PSI(PSI), BFI(BFI) { in AddressingModeMatcher()
3428 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match() argument
3434 LargeOffsetGEP, OptSize, PSI, BFI) in Match()
5107 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses() argument
5156 OptSize || llvm::shouldOptimizeForSize(CI->getParent(), PSI, BFI); in FindAllMemoryUses()
5171 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses()
5181 const TargetLowering &TLI, const TargetRegisterInfo &TRI, bool OptSize, in FindAllMemoryUses() argument
5185 return FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses()
5272 if (FindAllMemoryUses(I, MemoryUses, TLI, TRI, OptSize, PSI, BFI)) in isProfitableToFoldIntoAddressingMode()
5302 LargeOffsetGEP, OptSize, PSI, BFI); in isProfitableToFoldIntoAddressingMode()
5414 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in optimizeMemoryInst()
7042 (!isFormingBranchFromSelectProfitable(TTI, TLI, SI) || OptSize || in optimizeSelectInst()