Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp447 struct LCSSAWrapperPass : public FunctionPass { struct
449 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function
497 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()
H A DLoopUtils.cpp193 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/src/contrib/llvm-project/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()