Searched refs:LCSSAWrapperPass (Results 1 – 4 of 4) sorted by relevance
447 struct LCSSAWrapperPass : public FunctionPass { struct449 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function497 char LCSSAWrapperPass::ID = 0;498 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",503 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()506 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()507 char &llvm::LCSSAID = LCSSAWrapperPass::ID;510 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
193 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
219 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
278 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()