Searched refs:LCSSAWrapperPass (Results 1 – 5 of 5) sorted by relevance
382 struct LCSSAWrapperPass : public FunctionPass { struct384 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function430 char LCSSAWrapperPass::ID = 0;431 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",436 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()439 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()440 char &llvm::LCSSAID = LCSSAWrapperPass::ID;443 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
182 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
655 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
306 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
261 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()