Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6769 DenseMap<Instruction *, Instruction *> SinkAfterInverse; in buildVPlanWithVPRecipes() local
6815 auto SinkCandidate = SinkAfterInverse.find(Instr); in buildVPlanWithVPRecipes()
6816 if (SinkCandidate != SinkAfterInverse.end()) in buildVPlanWithVPRecipes()
6829 SinkAfterInverse[SAIt->second] = Instr; in buildVPlanWithVPRecipes()
6837 auto SAInvIt = SinkAfterInverse.find(Instr); in buildVPlanWithVPRecipes()
6838 if (SAInvIt != SinkAfterInverse.end()) in buildVPlanWithVPRecipes()