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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp44 struct DSE : public FunctionPass { struct in namespace:__anon9083
50 DSE() : FunctionPass(ID), AA(0), MD(0), DT(0) { function in struct:__anon9083::DSE
88 char DSE::ID = 0;
89 INITIALIZE_PASS_BEGIN(DSE, "dse", "Dead Store Elimination", false, false)
93 INITIALIZE_PASS_END(DSE, "dse", "Dead Store Elimination", false, false)
95 FunctionPass *llvm::createDeadStoreEliminationPass() { return new DSE(); }
415 /// because the DSE inducing instruction may be a self-read.
447 // DSE Pass
450 bool DSE::runOnBasicBlock(BasicBlock &BB) {
470 // FIXME: cross-block DSE woul
[all...]

Completed in 239 milliseconds