Searched refs:Inserts (Results 1 – 6 of 6) sorted by relevance
108 InsertsMap Inserts; member in __anon6a83e66a0111::TransformActionsImpl516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion()524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval()525 Inserts.lower_bound(newRange.End)); in addRemoval()559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
55 /// Inserts a new command into the map.75 /// Inserts a new command into the map.
59 /// Inserts a formatter string into a stream.
212 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
234 Inserts a value to the hash table of type TYPE into the hash table using the
14182 SmallVector<Instruction *> Inserts; in vectorizeTree() local14188 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()14191 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()