Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2381 class ReassociateLegacyPass : public FunctionPass { class
2387 ReassociateLegacyPass() : FunctionPass(ID) { in ReassociateLegacyPass() function in __anon17b1784b0411::ReassociateLegacyPass
2408 char ReassociateLegacyPass::ID = 0;
2410 INITIALIZE_PASS(ReassociateLegacyPass, "reassociate",
2415 return new ReassociateLegacyPass(); in createReassociatePass()