Home
last modified time | relevance | path

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

/external/llvm/test/Other/
Dopt-bisect-legacy-pass-manager.ll66 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func…
67 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (g)
68 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f1)
69 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f2)
70 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f3)
71 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func…
75 ; CHECK-NOT-INLINE: BISECT: NOT running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<n…
76 ; CHECK-NOT-INLINE: BISECT: NOT running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (g)
77 ; CHECK-NOT-INLINE: BISECT: NOT running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f1)
78 ; CHECK-NOT-INLINE: BISECT: NOT running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f2)
[all …]
D2002-02-24-InlineBrokePHINodes.ll1 ; Inlining used to break PHI nodes. This tests that they are correctly updated
Dpass-pipelines.ll33 ; CHECK-O2-NEXT: Function Integration/Inlining
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DInliningInfo.java41 static class Inlining extends Node { class in InliningInfo
44 Inlining(DexEncodedMethod target) { in Inlining() method in InliningInfo.Inlining
75 edges.add(new Edge(type, target.method, new Inlining(target))); in include()
/external/swiftshader/third_party/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/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/r8/src/test/examples/inlining/
Dkeep-rules.txt7 -keep public class inlining.Inlining {
Dkeep-rules-discard.txt7 -keep public class inlining.Inlining {
DInlining.java75 public class Inlining { class
/external/swiftshader/third_party/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.cpp319 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining(); in CreatePasses() local
325 Inlining = CodeGenOpts.NoInlining; in CreatePasses()
334 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/mesa3d/src/compiler/nir/
DREADME46 the variables that correspond to the parameters and return value. Inlining a
/external/clang/include/clang/Frontend/
DCodeGenOptions.def227 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NoInlining)
/external/llvm/docs/
DPasses.rst593 ``-inline``: Function Integration/Inlining
DGettingStarted.rst994 Sparse Conditional Constant Propagation, Inlining, Loop Invariant Code Motion,
DWritingAnLLVMPass.rst257 -inline - Function Integration/Inlining