HomeSort by relevance Sort by last modified time
    Searched defs:DCE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 1 //===- DCE.cpp - Code to perform dead code elimination --------------------===//
19 #define DEBUG_TYPE "dce"
72 struct DCE : public FunctionPass {
74 DCE() : FunctionPass(ID) {
86 char DCE::ID = 0;
87 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
89 bool DCE::runOnFunction(Function &F) {
133 return new DCE();
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 221 milliseconds