Searched defs:DCE (Results 1 – 6 of 6) sorted by relevance
77 struct DCE : public FunctionPass { struct78 static char ID; // Pass identification, replacement for typeid79 DCE() : FunctionPass(ID) { in DCE() function85 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
224 AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.]) definition226 AM_CONDITIONAL(DCE, test "$enable_dce" = yes) condition
1737 const CXXDynamicCastExpr *DCE) { in EmitDynamicCast()
1401 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(CE); in VisitCastExpr() local
2962 const auto *DCE = cast<CXXDynamicCastExpr>(E); in EmitCastLValue() local
3014 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this); in HasSideEffects() local