Lines Matching full:inserted
76 /// equals to \p True. Return true if inserted successfully.
136 bool Inserted = false;
145 Inserted = Conditions.addControlCondition(
151 Inserted = Conditions.addControlCondition(
156 if (Inserted)
169 bool Inserted = false;
174 Inserted = true;
177 LLVM_DEBUG(dbgs() << (Inserted ? "Inserted " : "Not inserted ") << C << "\n");
178 return Inserted;