Searched refs:OnlyMandatory (Results 1 – 3 of 3) sorted by relevance
38 InlinerPass(bool OnlyMandatory = false,40 : OnlyMandatory(OnlyMandatory), LTOPhase(LTOPhase) {} in OnlyMandatory() function55 const bool OnlyMandatory; variable
362 Advisor.getAdvice(*CB, OnlyMandatory); in run()647 if (OnlyMandatory) in printPipeline()
331 [](bool OnlyMandatory) { return InlinerPass(OnlyMandatory); },