OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeGenPrepare
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Android.mk
6
CodeGenPrepare
.cpp \
CodeGenPrepare.cpp
1
//===-
CodeGenPrepare
.cpp - Prepare a function for code generation --------===//
16
#define DEBUG_TYPE "
codegenprepare
"
69
cl::desc("Disable branch optimizations in
CodeGenPrepare
"));
76
class
CodeGenPrepare
: public FunctionPass {
104
explicit
CodeGenPrepare
(const TargetMachine *TM = 0)
136
char
CodeGenPrepare
::ID = 0;
137
INITIALIZE_PASS_BEGIN(
CodeGenPrepare
, "
codegenprepare
",
140
INITIALIZE_PASS_END(
CodeGenPrepare
, "
codegenprepare
",
[
all
...]
Completed in 1227 milliseconds