Searched refs:LCSSAWrapperPass (Results 1 – 6 of 6) sorted by relevance
425 struct LCSSAWrapperPass : public FunctionPass { struct427 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function475 char LCSSAWrapperPass::ID = 0;476 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",481 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()484 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()485 char &llvm::LCSSAID = LCSSAWrapperPass::ID;488 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
201 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
651 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
514 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
219 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
280 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()