Searched defs:DSE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp46 struct DSE : public FunctionPass { struct in namespace:__anon26274
53 DSE() : FunctionPass(ID), AA(nullptr), MD(nullptr), DT(nullptr) { function in struct:__anon26274::DSE
95 char DSE::ID = 0;
96 INITIALIZE_PASS_BEGIN(DSE, "dse", "Dead Store Elimination", false, false)
100 INITIALIZE_PASS_END(DSE, "dse", "Dead Store Elimination", false, false)
102 FunctionPass *llvm::createDeadStoreEliminationPass() { return new DSE(); }
458 /// because the DSE inducing instruction may be a self-read.
490 // DSE Pass
493 bool DSE::runOnBasicBlock(BasicBlock &BB) {
513 // FIXME: cross-block DSE woul
[all...]

Completed in 172 milliseconds