Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp868 class VectorCombineLegacyPass : public FunctionPass { class
871 VectorCombineLegacyPass() : FunctionPass(ID) { in VectorCombineLegacyPass() function in __anon200689130311::VectorCombineLegacyPass
899 char VectorCombineLegacyPass::ID = 0;
900 INITIALIZE_PASS_BEGIN(VectorCombineLegacyPass, "vector-combine",
904 INITIALIZE_PASS_END(VectorCombineLegacyPass, "vector-combine", in INITIALIZE_PASS_DEPENDENCY()
907 return new VectorCombineLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()