Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp284 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()
DLoopUtils.cpp883 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp382 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()
DLoopUtils.cpp1276 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp562 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopInterchange.cpp1274 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp647 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopInterchange.cpp1522 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp306 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DHexagonLoopIdiomRecognition.cpp261 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6124 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)