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()
5516 typedef SmallVector<Instruction*, 2> InstrList; in calculateRegisterUsage() typedef5517 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()5535 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
388 typedef SmallVector<Instruction *, 16> InstrList; typedef in __anon3797f89a0111::BoUpSLP