Home | History | Annotate | Download | only in Core

Lines Matching refs:Opts

593                                           AnalyzerOptions &Opts) {
602 if (!Opts.mayInlineCXXMemberFunction(CIMK_MemberFunctions))
606 if (!Opts.mayInlineCXXMemberFunction(CIMK_Constructors))
638 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
650 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
668 if (Opts.mayInlineCXXAllocator())
674 if (!Opts.mayInlineObjCMethod())
676 if (!(Opts.getIPAMode() == IPAK_DynamicDispatch ||
677 Opts.getIPAMode() == IPAK_DynamicDispatchBifurcate))
747 AnalyzerOptions &Opts) {
757 if (!Opts.mayInlineTemplateFunctions())
762 if (!Opts.mayInlineCXXStandardLibrary())
769 if (!Opts.mayInlineCXXContainerMethods())
778 if (!Opts.mayInlineCXXSharedPtrDtor())
792 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize())
809 AnalyzerOptions &Opts = AMgr.options;
839 if (mayInlineDecl(CalleeADC, Opts)) {
851 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts);
866 if ((StackDepth >= Opts.InlineMaxStackDepth) &&
867 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize())
873 Opts.getMaxTimesInlineLarge()) &&
875 Opts.getMinCFGSizeTreatFunctionsAsLarge()) {
881 (CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()