Searched refs:LCSSAWrapperPass (Results 1 – 6 of 6) sorted by relevance
426 struct LCSSAWrapperPass : public FunctionPass { struct428 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function476 char LCSSAWrapperPass::ID = 0;477 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",482 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()485 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()486 char &llvm::LCSSAID = LCSSAWrapperPass::ID;489 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
193 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
649 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
522 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()