Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp202 class ExpandReductions : public FunctionPass { class
205 ExpandReductions() : FunctionPass(ID) { in ExpandReductions() function in __anon43bc75ca0111::ExpandReductions
221 char ExpandReductions::ID;
222 INITIALIZE_PASS_BEGIN(ExpandReductions, "expand-reductions",
225 INITIALIZE_PASS_END(ExpandReductions, "expand-reductions", in INITIALIZE_PASS_DEPENDENCY()
229 return new ExpandReductions(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile252 SRCS_MIN+= CodeGen/ExpandReductions.cpp