Lines Matching defs:InsertLifetime
34 Module &M, bool InsertLifetime, ProfileSummaryInfo &PSI,
66 &GetAAR(F), InsertLifetime);
119 bool InsertLifetime;
122 : AlwaysInlinerLegacyPass(/*InsertLifetime*/ true) {}
124 AlwaysInlinerLegacyPass(bool InsertLifetime)
125 : ModulePass(ID), InsertLifetime(InsertLifetime) {
140 return AlwaysInlineImpl(M, InsertLifetime, PSI, /*FAM=*/nullptr,
164 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) {
165 return new AlwaysInlinerLegacyPass(InsertLifetime);
180 bool Changed = AlwaysInlineImpl(M, InsertLifetime, PSI, &FAM,