Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp345 struct PartialInlinerLegacyPass : public ModulePass { struct
348 PartialInlinerLegacyPass() : ModulePass(ID) { in PartialInlinerLegacyPass() function
1514 char PartialInlinerLegacyPass::ID = 0;
1516 INITIALIZE_PASS_BEGIN(PartialInlinerLegacyPass, "partial-inliner",
1522 INITIALIZE_PASS_END(PartialInlinerLegacyPass, "partial-inliner", in INITIALIZE_PASS_DEPENDENCY()
1526 return new PartialInlinerLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()