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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp1007 class LoopDistributeLegacy : public FunctionPass { class in namespace:__anon5661
1011 LoopDistributeLegacy() : FunctionPass(ID) { function in class:__anon5661::LoopDistributeLegacy
1076 char LoopDistributeLegacy::ID;
1080 INITIALIZE_PASS_BEGIN(LoopDistributeLegacy, LDIST_NAME, ldist_name, false,
1087 INITIALIZE_PASS_END(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, false)
1089 FunctionPass *llvm::createLoopDistributePass() { return new LoopDistributeLegacy(); }

Completed in 100 milliseconds