Searched refs:inlineCalls (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInliner.h70 bool inlineCalls(CallGraphSCC &SCC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp114 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); }
H A DInliner.cpp305 return inlineCalls(SCC);
544 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { function in class:LegacyInlinerBase

Completed in 59 milliseconds