HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyLibCalls (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 95 unsigned SimplifyLibCalls : 1; /// Set when -fbuiltin is enabled.
207 SimplifyLibCalls = 1;
  /external/llvm/lib/Transforms/Scalar/
Android.mk 33 SimplifyLibCalls.cpp \
SimplifyLibCalls.cpp 1 //===- SimplifyLibCalls.cpp - Optimize specific well-known library calls --===//
    [all...]
  /external/llvm/include/llvm/
DefaultPasses.h 86 SimplifyLibCalls = 1<<3,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 149 PMBuilder.DisableSimplifyLibCalls = !CodeGenOpts.SimplifyLibCalls;
180 if (!CodeGenOpts.SimplifyLibCalls)
369 if (!CodeGenOpts.SimplifyLibCalls)
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 227 // SimplifyLibCalls is only derived.
    [all...]

Completed in 94 milliseconds