Searched refs:LCSSAWrapperPass (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 284 struct LCSSAWrapperPass : public FunctionPass { struct 286 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() argument 315 char LCSSAWrapperPass::ID = 0; 316 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", 320 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY() 323 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY() 324 char &llvm::LCSSAID = LCSSAWrapperPass::ID; 327 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
|
D | LoopUtils.cpp | 883 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 382 struct LCSSAWrapperPass : public FunctionPass { struct 384 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function 430 char LCSSAWrapperPass::ID = 0; 431 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", 436 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY() 439 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY() 440 char &llvm::LCSSAID = LCSSAWrapperPass::ID; 443 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
|
D | LoopUtils.cpp | 1276 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 562 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopInterchange.cpp | 1274 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 647 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopInterchange.cpp | 1522 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 306 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | HexagonLoopIdiomRecognition.cpp | 261 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6124 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)
|