Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp990 class VectorCombineLegacyPass : public FunctionPass { class
993 VectorCombineLegacyPass() : FunctionPass(ID) { in VectorCombineLegacyPass() function in __anon1bb20abc0311::VectorCombineLegacyPass
1023 char VectorCombineLegacyPass::ID = 0;
1024 INITIALIZE_PASS_BEGIN(VectorCombineLegacyPass, "vector-combine",
1029 INITIALIZE_PASS_END(VectorCombineLegacyPass, "vector-combine", in INITIALIZE_PASS_DEPENDENCY()
1032 return new VectorCombineLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()