Searched refs:SinkAfterInverse (Results 1 – 1 of 1) sorted by relevance
6769 DenseMap<Instruction *, Instruction *> SinkAfterInverse; in buildVPlanWithVPRecipes() local6815 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()