Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp52 DisableSimplifyLibCalls = false; in PassManagerBuilder()
171 if (!DisableSimplifyLibCalls) in populateModulePassManager()
366 Builder->DisableSimplifyLibCalls = Value; in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
/external/llvm/tools/opt/
Dopt.cpp138 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
447 Builder.DisableSimplifyLibCalls = DisableSimplifyLibCalls; in AddOptimizationPasses()
467 Builder.DisableSimplifyLibCalls = DisableSimplifyLibCalls; in AddStandardCompilePasses()
639 if (DisableSimplifyLibCalls) in main()
/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h103 bool DisableSimplifyLibCalls; variable
/external/llvm/tools/llc/
Dllc.cpp75 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
318 if (DisableSimplifyLibCalls) in compileModule()
/external/clang/lib/CodeGen/
DBackendUtil.cpp224 PMBuilder.DisableSimplifyLibCalls = !CodeGenOpts.SimplifyLibCalls; in CreatePasses()