Searched defs:InstrList (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DIRForTarget.cpp1188 typedef SmallVector <Instruction*, 2> InstrList; typedef
1189 typedef InstrList::iterator InstrIterator;
1191 InstrList selector_loads;
1304 typedef SmallVector <Instruction*, 2> InstrList; typedef
1305 typedef InstrList::iterator InstrIterator;
1307 InstrList pvar_allocs;
2139 typedef SmallVector <Instruction*, 2> InstrList; typedef
2140 typedef InstrList::iterator InstrIterator;
2142 InstrList guard_loads;
2143 InstrList guard_store
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp388 typedef SmallVector<Instruction *, 16> InstrList; typedef in class:__anon26372::BoUpSLP

Completed in 2447 milliseconds