Home
last modified time | relevance | path

Searched refs:createLoopDistributePass (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/
DScalar.h484 FunctionPass *createLoopDistributePass(bool ProcessAllLoopsByDefault);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DScalar.h458 FunctionPass *createLoopDistributePass();
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp939 FunctionPass *createLoopDistributePass(bool ProcessAllLoopsByDefault) { in createLoopDistributePass() function
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp490 MPM.add(createLoopDistributePass(/*ProcessAllLoopsByDefault=*/false)); in populateModulePassManager()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp628 MPM.add(createLoopDistributePass()); in populateModulePassManager()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp1028 FunctionPass *llvm::createLoopDistributePass() { return new LoopDistributeLegacy(); } in INITIALIZE_PASS_BEGIN()