Searched refs:Inlining (Results 1 – 11 of 11) sorted by relevance
3 ; Inlining a byval struct should cause an explicit copy into an alloca.35 ; Inlining a byval struct should NOT cause an explicit copy 62 ; Inlining a byval with an explicit alignment needs to use *at least* that86 ; Inlining a byval struct should NOT cause an explicit copy
3 ; Inlining the first call caused the inliner function to delete the second
1 ; Inlining used to break PHI nodes. This tests that they are correctly updated
279 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining(); in CreatePasses() local285 Inlining = CodeGenOpts.NoInlining; in CreatePasses()294 switch (Inlining) { in CreatePasses()
1 Inlining146 Retry Without Inlining201 "Retry Without Inlining").261 == Inlining Dynamic Calls ==
60 Inlining chapter
201 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NoInlining)
601 ``-inline``: Function Integration/Inlining
1012 Constant Propagation, Inlining, Loop Invariant Code Motion, Dead Global
257 -inline - Function Integration/Inlining
827 14. Inlining subpatterns in recursions, when certain conditions are fulfilled.