Searched refs:DisableSimplifyLibCalls (Results 1 – 5 of 5) sorted by relevance
52 DisableSimplifyLibCalls = false; in PassManagerBuilder()171 if (!DisableSimplifyLibCalls) in populateModulePassManager()366 Builder->DisableSimplifyLibCalls = Value; in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
138 DisableSimplifyLibCalls("disable-simplify-libcalls", variable447 Builder.DisableSimplifyLibCalls = DisableSimplifyLibCalls; in AddOptimizationPasses()467 Builder.DisableSimplifyLibCalls = DisableSimplifyLibCalls; in AddStandardCompilePasses()639 if (DisableSimplifyLibCalls) in main()
103 bool DisableSimplifyLibCalls; variable
75 DisableSimplifyLibCalls("disable-simplify-libcalls", variable318 if (DisableSimplifyLibCalls) in compileModule()
224 PMBuilder.DisableSimplifyLibCalls = !CodeGenOpts.SimplifyLibCalls; in CreatePasses()