HomeSort by relevance Sort by last modified time
    Searched full:inlined (Results 176 - 200 of 2113) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/docs/CommandGuide/
llvm-symbolizer.rst 63 (inlined by) main at /tmp/x.c:9:0
66 (inlined by) main at /tmp/x.c:9:0
92 If a source code location is in an inlined function, prints all the
116 prefixed by (inlined by). Refer to listed examples.
  /external/llvm/test/Transforms/Inline/
blockaddress.ll 4 ; Make sure doit is not inlined since the blockaddress is taken
debug-invoke.ll 3 ; Test that the debug location is preserved when rewriting an inlined call as an invoke
ephemeral.ll 24 ; @inner() should be inlined for -Oz.
invoke-cost.ll 39 ; This call should not get inlined because inner1 actually calls a function
invoke_test-2.ll 1 ; Test that if an invoked function is inlined, and if that function cannot
invoke_test-3.ll 1 ; Test that any rethrown exceptions in an inlined function are automatically
optimization-remarks.ll 3 ; CHECK: foo should always be inlined (cost=always)
4 ; CHECK: foo inlined into bar
5 ; CHECK: foz should never be inlined (cost=never)
6 ; CHECK: foz will not be inlined into bar
attributes.ll 46 ; * noattr callee is inlined into noattr caller,
47 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
48 ; * alwaysinline callee is always inlined no matter what sanitize_* attributes are present.
85 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
86 ; * sanitize_(address|memory|thread) callee is inlined into the caller with the same attribute,
87 ; * alwaysinline callee is always inlined no matter what sanitize_* attributes are present.
133 ; Check that a function doesn't get inlined if target-cpu strings don't match
158 ; Check that a function doesn't get inlined if target-features strings don't
263 ; Check that no-jump-tables flag propagates from inlined callee to caller
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
call-gc-result.ll 31 ; This function is inlined when inserting a poll.
leaf-function.ll 26 ; This function is inlined when inserting a poll.
  /external/swiftshader/third_party/LLVM/test/Transforms/Inline/
invoke_test-2.ll 1 ; Test that if an invoked function is inlined, and if that function cannot
invoke_test-3.ll 1 ; Test that any rethrown exceptions in an inlined function are automatically
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string.h 1 /* Optimized, inlined string functions. AMD x86-64 version.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string.h 1 /* Optimized, inlined string functions. AMD x86-64 version.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug206.go 17 // f is the same as g except that the expression assigned to n is inlined.
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
one.go 20 // Call of inlined method with blank receiver.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/
a.go 7 // F is an exported function, small enough to be inlined.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug206.go 17 // f is the same as g except that the expression assigned to n is inlined.
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
one.go 20 // Call of inlined method with blank receiver.
  /prebuilts/go/linux-x86/test/fixedbugs/issue14164.dir/
a.go 7 // F is an exported function, small enough to be inlined.
  /external/v8/src/
codegen.cc 146 // Outermost function has source id -1 and inlined functions take
192 // Print information for the given inlining: which function was inlined and
212 // compilation. For inlined functions print source position of their inlining.
221 const auto& inlined = info->inlined_functions(); local
222 for (unsigned id = 0; id < inlined.size(); id++) {
224 PrintFunctionSource(info, &printed, id, inlined[id].shared_info);
225 PrintInlinedFunctionInfo(info, source_id, id, inlined[id]);
  /external/llvm/test/DebugInfo/Inputs/
gmlt.ll 10 ; * -gmlt includes no DW_TAG_subprograms for subprograms without inlined
19 ; Omitting the subprograms without inlined subroutines is not possible
21 ; (which happens with this optimization if there are no inlined subroutines).
50 ; retrieving the name of a concrete inlined instance
72 ; inlined subroutines are omitted by design to save space)
  /external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
module.h.tmpl 212 {#--- NOTE: Unions and non-inlined structs may have pointers to inlined structs,
213 so we need to fully define inlined structs ahead of the others. #}
215 {#--- Inlined structs #}
223 {#--- Unions must be declared before non-inlined structs because they can be
230 {#--- Non-inlined structs #}
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 124 // scope is inlined.
169 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
184 /// findInlinedScope - Find an inlined scope for the given scope/inlined-at.
215 /// getOrCreateInlinedScope - Find or create an inlined lexical scope.
235 /// InlinedLexicalScopeMap - Tracks inlined function scopes in current

Completed in 542 milliseconds

1 2 3 4 5 6 78 91011>>