Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1817 class VectorCombineLegacyPass : public FunctionPass { class
1820 VectorCombineLegacyPass() : FunctionPass(ID) { in VectorCombineLegacyPass() function in __anon6b1f0adf1611::VectorCombineLegacyPass
1850 char VectorCombineLegacyPass::ID = 0;
1851 INITIALIZE_PASS_BEGIN(VectorCombineLegacyPass, "vector-combine",
1856 INITIALIZE_PASS_END(VectorCombineLegacyPass, "vector-combine", in INITIALIZE_PASS_DEPENDENCY()
1859 return new VectorCombineLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()