Home
last modified time | relevance | path

Searched refs:Inlining (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/Transforms/Inline/
Dbyval.ll3 ; 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* that
86 ; Inlining a byval struct should NOT cause an explicit copy
D2004-04-15-InlineDeletesCall.ll3 ; Inlining the first call caused the inliner function to delete the second
/external/llvm/test/Other/
D2002-02-24-InlineBrokePHINodes.ll1 ; Inlining used to break PHI nodes. This tests that they are correctly updated
/external/clang/lib/CodeGen/
DBackendUtil.cpp279 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining(); in CreatePasses() local
285 Inlining = CodeGenOpts.NoInlining; in CreatePasses()
294 switch (Inlining) { in CreatePasses()
/external/clang/docs/analyzer/
DIPA.txt1 Inlining
146 Retry Without Inlining
201 "Retry Without Inlining").
261 == Inlining Dynamic Calls ==
Dnullability.rst60 Inlining chapter
/external/clang/include/clang/Frontend/
DCodeGenOptions.def201 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NoInlining)
/external/llvm/docs/
DPasses.rst601 ``-inline``: Function Integration/Inlining
DGettingStarted.rst1012 Constant Propagation, Inlining, Loop Invariant Code Motion, Dead Global
DWritingAnLLVMPass.rst257 -inline - Function Integration/Inlining
/external/pcre/dist/
DChangeLog827 14. Inlining subpatterns in recursions, when certain conditions are fulfilled.