Home
last modified time | relevance | path

Searched refs:LCSSAWrapperPass (Results 1 – 15 of 15) 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/llvm-project/llvm/lib/Transforms/Utils/
DLCSSA.cpp433 struct LCSSAWrapperPass : public FunctionPass { struct
435 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() function
483 char LCSSAWrapperPass::ID = 0;
484 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",
489 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()
492 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()
493 char &llvm::LCSSAID = LCSSAWrapperPass::ID;
496 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
DLoopUtils.cpp206 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp408 struct LCSSAWrapperPass : public FunctionPass { struct
410 LCSSAWrapperPass() : FunctionPass(ID) { in LCSSAWrapperPass() argument
458 char LCSSAWrapperPass::ID = 0;
459 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",
464 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass", in INITIALIZE_PASS_DEPENDENCY()
467 Pass *llvm::createLCSSAPass() { return new LCSSAWrapperPass(); } in INITIALIZE_PASS_DEPENDENCY()
468 char &llvm::LCSSAID = LCSSAWrapperPass::ID;
471 bool LCSSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
DLoopUtils.cpp190 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in initializeLoopPassPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp632 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/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/llvm-project/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp651 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp314 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DHexagonLoopIdiomRecognition.cpp262 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp219 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DHexagonLoopIdiomRecognition.cpp281 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6124 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)