Home
last modified time | relevance | path

Searched refs:DSELegacyPass (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1055 class DSELegacyPass : public FunctionPass { class
1057 DSELegacyPass() : FunctionPass(ID) { in DSELegacyPass() function in __anon3f4931f20411::DSELegacyPass
1090 char DSELegacyPass::ID = 0;
1091 INITIALIZE_PASS_BEGIN(DSELegacyPass, "dse", "Dead Store Elimination", false,
1098 INITIALIZE_PASS_END(DSELegacyPass, "dse", "Dead Store Elimination", false, in INITIALIZE_PASS_DEPENDENCY()
1102 return new DSELegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1347 class DSELegacyPass : public FunctionPass { class
1351 DSELegacyPass() : FunctionPass(ID) { in DSELegacyPass() function in __anon0a3b6f4a0411::DSELegacyPass
1383 char DSELegacyPass::ID = 0;
1385 INITIALIZE_PASS_BEGIN(DSELegacyPass, "dse", "Dead Store Elimination", false,
1392 INITIALIZE_PASS_END(DSELegacyPass, "dse", "Dead Store Elimination", false, in INITIALIZE_PASS_DEPENDENCY()
1396 return new DSELegacyPass(); in INITIALIZE_PASS_DEPENDENCY()