Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp2239 class ReassociateLegacyPass : public FunctionPass { class
2243 ReassociateLegacyPass() : FunctionPass(ID) { in ReassociateLegacyPass() function in __anond8e948280411::ReassociateLegacyPass
2263 char ReassociateLegacyPass::ID = 0;
2264 INITIALIZE_PASS(ReassociateLegacyPass, "reassociate",
2269 return new ReassociateLegacyPass(); in createReassociatePass()