Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:FP

2974       DenseMap<Value *, Value *>::iterator FP = ChosenPairs.find(P->second);
2975 assert(FP != ChosenPairs.end() && "Flipped pair not found in list");
2976 ChosenPairs.erase(FP);