Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2624 class ReassociateLegacyPass : public FunctionPass { class
2630 ReassociateLegacyPass() : FunctionPass(ID) { in ReassociateLegacyPass() function in __anon22c41a060611::ReassociateLegacyPass
2653 char ReassociateLegacyPass::ID = 0;
2655 INITIALIZE_PASS(ReassociateLegacyPass, "reassociate",
2660 return new ReassociateLegacyPass(); in createReassociatePass()