Home
last modified time | relevance | path

Searched defs:AlwaysInlinerLegacyPass (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp115 struct AlwaysInlinerLegacyPass : public ModulePass { struct
116 bool InsertLifetime;
118 AlwaysInlinerLegacyPass() in AlwaysInlinerLegacyPass() argument
121 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass() function
127 bool runOnModule(Module &M) override { in runOnModule()
141 static char ID; // Pass identification, replacement for typeid
143 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()