Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6837 auto SAInvIt = SinkAfterInverse.find(Instr); in buildVPlanWithVPRecipes() local
6838 if (SAInvIt != SinkAfterInverse.end()) in buildVPlanWithVPRecipes()
6839 Ingredients.push_back(SAInvIt->second); in buildVPlanWithVPRecipes()