Searched refs:LoopDistributeLegacy (Results 1 – 1 of 1) sorted by relevance
1004 class LoopDistributeLegacy : public FunctionPass { class1008 LoopDistributeLegacy() : FunctionPass(ID) { in LoopDistributeLegacy() function in __anon4e01e93c0811::LoopDistributeLegacy1073 char LoopDistributeLegacy::ID;1077 INITIALIZE_PASS_BEGIN(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, in INITIALIZE_PASS_BEGIN() argument1084 INITIALIZE_PASS_END(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, false) in INITIALIZE_PASS_BEGIN()1086 FunctionPass *llvm::createLoopDistributePass() { return new LoopDistributeLegacy(); } in INITIALIZE_PASS_BEGIN()