Searched defs:OptForSize (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp137 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); local
H A DX86FixupBWInsts.cpp141 bool OptForSize = false; member in class:__anon2492::FixupBWInstPass
H A DX86OptimizeLEAs.cpp716 bool OptForSize = MF.getFunction().hasOptSize() || local
H A DX86ISelDAGToDAG.cpp166 bool OptForSize; member in class:__anon106::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp474 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); local
573 combine(MachineInstr &I1, MachineInstr &I2, MachineBasicBlock::iterator &MI, bool DoInsertAtI1, bool OptForSize) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp565 bool OptForSize = MF->getFunction().hasOptSize() || local
H A DExpandMemCmp.cpp749 bool OptForSize = CI->getFunction()->hasOptSize() || local
H A DTargetLoweringBase.cpp1450 const bool OptForSize = local
H A DMachineBlockPlacement.cpp2084 bool OptForSize = F->getFunction().hasOptSize() || local
3086 bool OptForSize = MF.getFunction().hasOptSize() || local
H A DBranchFolding.cpp692 bool OptForSize = local
1550 bool OptForSize = local
H A DCodeGenPrepare.cpp1945 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(BB, PSI, BFI.get()); local
4586 bool OptForSize = OptSize || local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp560 bool OptForSize = Entry->getParent()->hasOptSize() || local
H A DLoopUnrollPass.cpp215 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || local

Completed in 302 milliseconds