Searched refs:LCSSAWrapperPass (Results 1 – 6 of 6) sorted by relevance
432 struct LCSSAWrapperPass : public FunctionPass { struct434 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function482 char LCSSAWrapperPass::ID = 0;483 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",488 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()491 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()492 char &llvm::LCSSAID = LCSSAWrapperPass::ID;495 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
193 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
621 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
520 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
219 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
278 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()