Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp156 class ExpandReductions : public FunctionPass { class
159 ExpandReductions() : FunctionPass(ID) { in ExpandReductions() function in __anone32f58a90111::ExpandReductions
175 char ExpandReductions::ID;
176 INITIALIZE_PASS_BEGIN(ExpandReductions, "expand-reductions",
179 INITIALIZE_PASS_END(ExpandReductions, "expand-reductions", in INITIALIZE_PASS_DEPENDENCY()
183 return new ExpandReductions(); in INITIALIZE_PASS_DEPENDENCY()
/src/lib/clang/libllvm/
H A DMakefile267 SRCS_MIN+= CodeGen/ExpandReductions.cpp