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

  /external/swiftshader/third_party/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/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp 307 HexagonDCE DCE(G, *MRI);
308 DCE.trace(RDFDump);
309 Changed |= DCE.run();
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 56 ATTRIBUTE Ascend-FR-DCE-N392 162 integer
58 ATTRIBUTE Ascend-FR-DCE-N393 164 integer
268 VALUE Ascend-FR-Type Ascend-FR-DCE 1
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 343 milliseconds