OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyLibCalls
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Frontend/
CodeGenOptions.h
88
unsigned
SimplifyLibCalls
: 1; /// Set when -fbuiltin is enabled.
181
SimplifyLibCalls
= 1;
/external/llvm/lib/Transforms/Scalar/
Android.mk
32
SimplifyLibCalls
.cpp \
SimplifyLibCalls.cpp
1
//===-
SimplifyLibCalls
.cpp - Optimize specific well-known library calls --===//
[
all
...]
/external/llvm/include/llvm/
DefaultPasses.h
84
SimplifyLibCalls
= 1<<3,
/external/clang/lib/CodeGen/
BackendUtil.cpp
129
PMBuilder.DisableSimplifyLibCalls = !CodeGenOpts.
SimplifyLibCalls
;
144
if (!CodeGenOpts.
SimplifyLibCalls
)
/external/clang/lib/Frontend/
CompilerInvocation.cpp
155
//
SimplifyLibCalls
is only derived.
[
all
...]
Completed in 50 milliseconds