Searched refs:LCSSAWrapperPass (Results 1 – 5 of 5) sorted by relevance
408 struct LCSSAWrapperPass : public FunctionPass { struct410 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function458 char LCSSAWrapperPass::ID = 0;459 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",464 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()467 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()468 char &llvm::LCSSAID = LCSSAWrapperPass::ID;471 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
190 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
632 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
314 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
262 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()