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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h480 FunctionPass *createLoopDistributePass();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp1089 FunctionPass *llvm::createLoopDistributePass() { return new LoopDistributeLegacy(); } function in class:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp720 MPM.add(createLoopDistributePass());

Completed in 209 milliseconds