Lines Matching refs:ipa
5 inlining. The major one is -analyzer-ipa:
7 -analyzer-ipa=none - All inlining is disabled. This is the only mode available
10 -analyzer-ipa=basic-inlining - Turns on inlining for C functions, C++ static
14 -analyzer-ipa=inlining - Turns on inlining when we can confidently find the
20 -analyzer-ipa=dynamic - Inline instance methods for which the type is
24 -analyzer-ipa=dynamic-bifurcate - Same as -analyzer-ipa=dynamic, but the path
29 Currently, -analyzer-ipa=dynamic-bifurcate is the default mode.
31 While -analyzer-ipa determines in general how aggressively the analyzer will try to
50 functions will be inlined under -analyzer-ipa=none or
51 -analyzer-ipa=basic-inlining.
232 The -analyzer-ipa option has five different modes: none, basic-inlining,
233 inlining, dynamic, and dynamic-bifurcate. Under -analyzer-ipa=dynamic, all
235 be the definition used at runtime. Under -analyzer-ipa=inlining, only
240 -analyzer-ipa=inlining, even if we are reasonably confident of the type of the
244 The last option, -analyzer-ipa=dynamic-bifurcate, behaves similarly to
248 As stated above, -analyzer-ipa=basic-inlining does not inline any C++ member
256 ExprEngine::BifurcateCall implements the -analyzer-ipa=dynamic-bifurcate