Searched refs:LoopDistributeLegacy (Results 1 – 1 of 1) sorted by relevance
994 class LoopDistributeLegacy : public FunctionPass { class998 LoopDistributeLegacy() : FunctionPass(ID) { in LoopDistributeLegacy() function in __anonfcfe86310811::LoopDistributeLegacy1063 char LoopDistributeLegacy::ID;1067 INITIALIZE_PASS_BEGIN(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, in INITIALIZE_PASS_BEGIN() argument1074 INITIALIZE_PASS_END(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, false) in INITIALIZE_PASS_BEGIN()1076 FunctionPass *llvm::createLoopDistributePass() { return new LoopDistributeLegacy(); } in INITIALIZE_PASS_BEGIN()