reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineSizeOpts.h
   27 bool shouldOptimizeForSize(const MachineFunction *MF, ProfileSummaryInfo *PSI,

References

unittests/Target/X86/MachineSizeOptsTest.cpp
  116   EXPECT_FALSE(shouldOptimizeForSize(F, &PSI, MBFI_F));
  117   EXPECT_TRUE(shouldOptimizeForSize(G, &PSI, MBFI_G));
  118   EXPECT_FALSE(shouldOptimizeForSize(H, &PSI, MBFI_H));