Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp1005 class LoopDistributeLegacy : public FunctionPass { class
1009 LoopDistributeLegacy() : FunctionPass(ID) { in LoopDistributeLegacy() function in __anonc25583c00811::LoopDistributeLegacy
1074 char LoopDistributeLegacy::ID;
1078 INITIALIZE_PASS_BEGIN(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, in INITIALIZE_PASS_BEGIN() argument
1085 INITIALIZE_PASS_END(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, false) in INITIALIZE_PASS_BEGIN()
1087 FunctionPass *llvm::createLoopDistributePass() { return new LoopDistributeLegacy(); } in INITIALIZE_PASS_BEGIN()