Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp133 class AlwaysInlinerLegacyPass : public LegacyInlinerBase { class
136 AlwaysInlinerLegacyPass() : LegacyInlinerBase(ID, /*InsertLifetime*/ true) { in AlwaysInlinerLegacyPass() function in __anon115990b20511::AlwaysInlinerLegacyPass
140 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass() function in __anon115990b20511::AlwaysInlinerLegacyPass
159 char AlwaysInlinerLegacyPass::ID = 0;
160 INITIALIZE_PASS_BEGIN(AlwaysInlinerLegacyPass, "always-inline",
166 INITIALIZE_PASS_END(AlwaysInlinerLegacyPass, "always-inline", in INITIALIZE_PASS_DEPENDENCY()
170 return new AlwaysInlinerLegacyPass(InsertLifetime); in INITIALIZE_PASS_DEPENDENCY()
185 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) { in getInlineCost()