Searched refs:NaryReassociateLegacyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp119 class NaryReassociateLegacyPass : public FunctionPass { class in namespace:__anon5705
123 NaryReassociateLegacyPass() : FunctionPass(ID) { function in class:__anon5705::NaryReassociateLegacyPass
151 char NaryReassociateLegacyPass::ID = 0;
153 INITIALIZE_PASS_BEGIN(NaryReassociateLegacyPass, "nary-reassociate",
160 INITIALIZE_PASS_END(NaryReassociateLegacyPass, "nary-reassociate",
164 return new NaryReassociateLegacyPass();
167 bool NaryReassociateLegacyPass::runOnFunction(Function &F) {

Completed in 269 milliseconds