Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2579 class ReassociateLegacyPass : public FunctionPass { class
2585 ReassociateLegacyPass() : FunctionPass(ID) { in ReassociateLegacyPass() function in __anon634334310611::ReassociateLegacyPass
2608 char ReassociateLegacyPass::ID = 0;
2610 INITIALIZE_PASS(ReassociateLegacyPass, "reassociate",
2615 return new ReassociateLegacyPass(); in createReassociatePass()