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/CodeGen/
CodeGenPrepare.cpp
1
//===-
CodeGenPrepare
.cpp - Prepare a function for code generation --------===//
49
#define DEBUG_TYPE "
codegenprepare
"
69
cl::desc("Disable branch optimizations in
CodeGenPrepare
"));
87
class
CodeGenPrepare
: public FunctionPass {
120
explicit
CodeGenPrepare
(const TargetMachine *TM = nullptr)
153
char
CodeGenPrepare
::ID = 0;
154
INITIALIZE_TM_PASS(
CodeGenPrepare
, "
codegenprepare
",
158
return new
CodeGenPrepare
(TM);
161
bool
CodeGenPrepare
::runOnFunction(Function &F)
[
all
...]
Android.mk
13
CodeGenPrepare
.cpp \
Completed in 73 milliseconds