Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A 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
H A D2004-04-15-InlineDeletesCall.ll3 ; Inlining the first call caused the inliner function to delete the second
/minix3/external/bsd/llvm/dist/llvm/test/Other/
H A D2002-02-24-InlineBrokePHINodes.ll1 ; Inlining used to break PHI nodes. This tests that they are correctly updated
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp251 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining(); in CreatePasses() local
257 Inlining = CodeGenOpts.NoInlining; in CreatePasses()
336 switch (Inlining) { in CreatePasses()
/minix3/external/bsd/llvm/dist/clang/docs/analyzer/
H A DIPA.txt1 Inlining
146 Retry Without Inlining
201 "Retry Without Inlining").
261 == Inlining Dynamic Calls ==
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.def158 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NoInlining)
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DPasses.rst601 ``-inline``: Function Integration/Inlining
H A DGettingStarted.rst1045 Constant Propagation, Inlining, Loop Invariant Code Motion, Dead Global
H A DWritingAnLLVMPass.rst261 -inline - Function Integration/Inlining