Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp563 void fixNonInductionPHIs(VPTransformState &State);
4068 fixNonInductionPHIs(State); in fixVectorizedLoop()
4628 void InnerLoopVectorizer::fixNonInductionPHIs(VPTransformState &State) { in fixNonInductionPHIs() function in InnerLoopVectorizer