Home
last modified time | relevance | path

Searched refs:DisableSimplifyLibCalls (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/opt/
Dopt.cpp123 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
425 Builder.DisableSimplifyLibCalls = DisableSimplifyLibCalls; in AddOptimizationPasses()
445 Builder.DisableSimplifyLibCalls = DisableSimplifyLibCalls; in AddStandardCompilePasses()
548 if (DisableSimplifyLibCalls) in main()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPassManagerBuilder.cpp38 DisableSimplifyLibCalls = false; in PassManagerBuilder()
138 if (!DisableSimplifyLibCalls) in populateModulePassManager()
309 Builder->DisableSimplifyLibCalls = Value; in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DPassManagerBuilder.h90 bool DisableSimplifyLibCalls; variable
/external/llvm/tools/llc/
Dllc.cpp96 static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls", variable
370 if (DisableSimplifyLibCalls) in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp109 static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls", variable
493 if (DisableSimplifyLibCalls) in compileModule()
/external/llvm/tools/opt/
Dopt.cpp177 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
485 if (DisableSimplifyLibCalls) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp198 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
632 if (DisableSimplifyLibCalls) in main()