Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp511 void fixNonInductionPHIs(VPTransformState &State);
2654 fixNonInductionPHIs(State); in fixVectorizedLoop()
2700 void InnerLoopVectorizer::fixNonInductionPHIs(VPTransformState &State) { in fixNonInductionPHIs() function in InnerLoopVectorizer