Searched refs:LCSSAWrapperPass (Results 1 – 4 of 4) sorted by relevance
483 struct LCSSAWrapperPass : public FunctionPass { struct485 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() argument533 char LCSSAWrapperPass::ID = 0;534 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",539 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()542 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()543 char &llvm::LCSSAID = LCSSAWrapperPass::ID;546 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
194 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
207 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
268 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()