Home
last modified time | relevance | path

Searched refs:inlinable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dstrip-debug-info-no-call-loc.ll7 ; Check that missing debug locations on inlinable calls are a
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dcallsite-dbgloc.ll28 ; CHECK: inlinable function call in a function with debug info must have a !dbg location
/external/llvm/test/Verifier/
Dcallsite-dbgloc.ll28 ; CHECK: inlinable function call in a function with debug info must have a !dbg location
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc2098 Status inlinable = IsInlinableDirectFunctionCall(ctx, *func, *node); in RunFunctionOptimizerPass() local
2099 if (inlinable.ok()) { in RunFunctionOptimizerPass()
2104 VLOG(2) << inlinable.error_message(); in RunFunctionOptimizerPass()
2111 Status inlinable = IsInlinableIndirectFunctionCall(ctx, *func, *node); in RunFunctionOptimizerPass() local
2112 if (inlinable.ok()) { in RunFunctionOptimizerPass()
2117 VLOG(2) << inlinable.error_message(); in RunFunctionOptimizerPass()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/
Dhoist-pr31891.ll3 ; Hoisted inlinable calls need to have accurate scope information, but we're