Searched refs:InstrList (Results 1 – 3 of 3) sorted by relevance
1188 typedef SmallVector <Instruction*, 2> InstrList; in RewriteObjCSelectors() typedef1189 typedef InstrList::iterator InstrIterator; in RewriteObjCSelectors()1191 InstrList selector_loads; in RewriteObjCSelectors()1304 typedef SmallVector <Instruction*, 2> InstrList; in RewritePersistentAllocs() typedef1305 typedef InstrList::iterator InstrIterator; in RewritePersistentAllocs()1307 InstrList pvar_allocs; in RewritePersistentAllocs()2139 typedef SmallVector <Instruction*, 2> InstrList; in RemoveGuards() typedef2140 typedef InstrList::iterator InstrIterator; in RemoveGuards()2142 InstrList guard_loads; in RemoveGuards()2143 InstrList guard_stores; in RemoveGuards()
4850 typedef SmallVector<Instruction*, 2> InstrList; in calculateRegisterUsage() typedef4851 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()4873 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
341 typedef SmallVector<Instruction *, 16> InstrList; typedef in __anonf9942ad60111::BoUpSLP