Searched refs:LoopDistribute (Results 1 – 2 of 2) sorted by relevance
861 class LoopDistribute : public FunctionPass { class867 LoopDistribute(bool ProcessAllLoopsByDefault = true) in LoopDistribute() function in __anon191a722d0111::LoopDistribute928 char LoopDistribute::ID;931 INITIALIZE_PASS_BEGIN(LoopDistribute, LDIST_NAME, ldist_name, false, false)936 INITIALIZE_PASS_END(LoopDistribute, LDIST_NAME, ldist_name, false, false)940 return new LoopDistribute(ProcessAllLoopsByDefault); in createLoopDistributePass()
22 LoopDistribute.cpp