Searched refs:createLoopDistributePass (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/
H A DScalar.h481 FunctionPass *createLoopDistributePass();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp396 MPM.add(createLoopDistributePass());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp835 FunctionPass *createLoopDistributePass() { return new LoopDistribute(); } function in namespace:llvm

Completed in 120 milliseconds