Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp861 class LoopDistribute : public FunctionPass { class
867 LoopDistribute(bool ProcessAllLoopsByDefault = true) in LoopDistribute() function in __anon191a722d0111::LoopDistribute
928 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()
DCMakeLists.txt22 LoopDistribute.cpp