Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1616 class VectorCombineLegacyPass : public FunctionPass { class
1619 VectorCombineLegacyPass() : FunctionPass(ID) { in VectorCombineLegacyPass() function in __anon440dbf381411::VectorCombineLegacyPass
1649 char VectorCombineLegacyPass::ID = 0;
1650 INITIALIZE_PASS_BEGIN(VectorCombineLegacyPass, "vector-combine",
1655 INITIALIZE_PASS_END(VectorCombineLegacyPass, "vector-combine", in INITIALIZE_PASS_DEPENDENCY()
1658 return new VectorCombineLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()