Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDCE.cpp72 struct DCE : public FunctionPass { struct
73 static char ID; // Pass identification, replacement for typeid
74 DCE() : FunctionPass(ID) { in DCE() argument
80 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp307 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1856 const CXXDynamicCastExpr *DCE) { in EmitDynamicCast()
DCGExprScalar.cpp1443 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(CE); in VisitCastExpr() local
DCGExpr.cpp3620 const auto *DCE = cast<CXXDynamicCastExpr>(E); in EmitCastLValue() local
/external/clang/lib/AST/
DExpr.cpp2971 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this); in HasSideEffects() local