Home
last modified time | relevance | path

Searched defs:DCE (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DDCE.cpp78 struct DCE : public FunctionPass { struct
79 static char ID; // Pass identification, replacement for typeid
80 DCE() : FunctionPass(ID) { in DCE() argument
86 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1741 const CXXDynamicCastExpr *DCE) { in EmitDynamicCast()
DCGExprScalar.cpp1440 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(CE); in VisitCastExpr() local
DCGExpr.cpp2988 const auto *DCE = cast<CXXDynamicCastExpr>(E); in EmitCastLValue() local
/external/clang/lib/AST/
DExpr.cpp3036 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this); in HasSideEffects() local