Home
last modified time | relevance | path

Searched refs:InstrList (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Expression/
DIRForTarget.cpp1188 typedef SmallVector <Instruction*, 2> InstrList; in RewriteObjCSelectors() typedef
1189 typedef InstrList::iterator InstrIterator; in RewriteObjCSelectors()
1191 InstrList selector_loads; in RewriteObjCSelectors()
1304 typedef SmallVector <Instruction*, 2> InstrList; in RewritePersistentAllocs() typedef
1305 typedef InstrList::iterator InstrIterator; in RewritePersistentAllocs()
1307 InstrList pvar_allocs; in RewritePersistentAllocs()
2139 typedef SmallVector <Instruction*, 2> InstrList; in RemoveGuards() typedef
2140 typedef InstrList::iterator InstrIterator; in RemoveGuards()
2142 InstrList guard_loads; in RemoveGuards()
2143 InstrList guard_stores; in RemoveGuards()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5516 typedef SmallVector<Instruction*, 2> InstrList; in calculateRegisterUsage() typedef
5517 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5535 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp388 typedef SmallVector<Instruction *, 16> InstrList; typedef in __anon3797f89a0111::BoUpSLP