HomeSort by relevance Sort by last modified time
    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"
64 cl::desc("Disable branch optimizations in CodeGenPrepare"));
67 class CodeGenPrepare : public FunctionPass {
90 explicit CodeGenPrepare(const TargetLowering *tli = 0)
116 char CodeGenPrepare::ID = 0;
117 INITIALIZE_PASS(CodeGenPrepare, "codegenprepare",
121 return new CodeGenPrepare(TLI);
124 bool CodeGenPrepare::runOnFunction(Function &F)
    [all...]

Completed in 310 milliseconds