Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Inserted

1214 /// InsertFormula - If the given formula has not yet been inserted, add it to
2991 bool Inserted = InsertFormula(LU, LUIdx, F);
2992 assert(Inserted && "Initial formula already exists!"); (void)Inserted;
3003 bool Inserted = InsertFormula(LU, LUIdx, F);
3004 assert(Inserted && "Supplemental formula already exists!"); (void)Inserted;
3017 /// InsertFormula - If the given formula has not yet been inserted, add it to
3035 SmallPtrSet<const SCEV *, 8> Inserted;
3048 if (!Inserted.insert(U)) continue;
4340 // Set IP below instructions recently inserted by SCEVExpander. This keeps the
4341 // IP consistent across expansions and allows the previously inserted
4530 DenseMap<BasicBlock *, Value *> Inserted;
4574 Inserted.insert(std::make_pair(BB, static_cast<Value *>(0)));