Searched refs:OnlyMandatory (Results 1 – 3 of 3) sorted by relevance
37 InlinerPass(bool OnlyMandatory = false,39 : OnlyMandatory(OnlyMandatory), LTOPhase(LTOPhase) {} in OnlyMandatory() function52 const bool OnlyMandatory; variable
364 Advisor.getAdvice(*CB, OnlyMandatory); in run()645 if (OnlyMandatory) in printPipeline()
254 [](bool OnlyMandatory) { return InlinerPass(OnlyMandatory); },