Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp483 struct LCSSAWrapperPass : public FunctionPass { struct
485 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() argument
533 char LCSSAWrapperPass::ID = 0;
534 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",
539 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()
542 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()
543 char &llvm::LCSSAID = LCSSAWrapperPass::ID;
546 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
H A DLoopUtils.cpp194 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp207 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DHexagonLoopIdiomRecognition.cpp268 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()