Home
last modified time | relevance | path

Searched refs:OPT_funroll_loops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Doptions.h5177 OPT_funroll_loops = 960, /* -funroll-loops */ enumerator
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp526 Args.hasFlag(OPT_funroll_loops, OPT_fno_unroll_loops, in ParseCodeGenArgs()
/aosp_15_r20/external/clang/lib/Driver/
H A DTools.cpp5074 Args.AddLastArg(CmdArgs, options::OPT_funroll_loops, in ConstructJob()