Searched refs:Inserts (Results 1 – 5 of 5) sorted by relevance
108 InsertsMap Inserts; member in __anon58acac0b0111::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.
12211 SmallVector<Instruction *> Inserts; in vectorizeTree() local12217 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()12220 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()