Home
last modified time | relevance | path

Searched refs:noopt (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll92 ; CHECK-NEXT: define i32 @noopt()
93 define i32 @noopt() convergent optnone noinline {
104 %a = call i32 @noopt()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll96 ; CHECK-NEXT: define i32 @noopt()
97 define i32 @noopt() convergent optnone noinline {
108 %a = call i32 @noopt()
/external/v8/tools/
Dplot-timer-events54 $d8_exec --noopt --prof --logfile $calibration_log \
62 $d8_exec --noopt --prof --logfile $calibration_log \
/external/google-fruit/extras/packaging/
Ddebian.rules7 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/cmockery/cmockery_0_1_2/packages/deb/
Drules21 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/v8/tools/clusterfuzz/testdata/
Dfailure_output.txt12 …on-tasks=0 --suppress-asm-messages --random-seed 12345 --turbo-filter=~ --noopt --liftoff --no-was…
/external/strace/debian/
Drules12 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff77 +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
152 + - Add support for DEB_BUILD_OPTIONS=noopt.
/external/ppp/pppd/
Dlcp.c79 static int noopt __P((char **));
89 { "-all", o_special_noarg, (void *)noopt,
300 noopt(argv) in noopt() function
/external/freetype/
Dvms_make.com20 $! * DEBUG - Compile modules with /noopt/debug and link shareable image
/external/clang/include/clang/Driver/
DOptions.td413 def cuda_noopt_device_debug : Flag<["--"], "cuda-noopt-device-debug">,
418 def no_cuda_noopt_device_debug : Flag<["--"], "no-cuda-noopt-device-debug">;
/external/e2fsprogs/debian/
Dchangelog3178 * Support "noopt" in DEB_BUILD_OPTIONS instead of "debug".