Home
last modified time | relevance | path

Searched refs:LCSSAWrapperPass (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp426 struct LCSSAWrapperPass : public FunctionPass { struct
428 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function
476 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()
H A DLoopUtils.cpp193 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp649 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DLoopUnrollAndJamPass.cpp522 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp219 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DHexagonLoopIdiomRecognition.cpp278 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()