Home
last modified time | relevance | path

Searched refs:IndexList (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DSlotIndexes.cpp118 for (IndexList::iterator I = indexList.begin(), E = indexList.end(); in renumberIndexes()
127 void SlotIndexes::renumberIndexes(IndexList::iterator curItr) { in renumberIndexes()
132 IndexList::iterator startItr = std::prev(curItr); in renumberIndexes()
175 IndexList::iterator ListB = startIdx.listEntry(); in repairIndexesInRange()
176 IndexList::iterator ListI = endIdx.listEntry(); in repairIndexesInRange()
218 for (IndexList::const_iterator itr = indexList.begin(); in dump()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h337 typedef ilist<IndexListEntry> IndexList;
338 IndexList indexList;
341 IndexList graveyardList;
371 void renumberIndexes(IndexList::iterator curItr);
430 IndexList::iterator I = Index.listEntry();
431 IndexList::iterator E = indexList.end();
580 IndexList::iterator prevItr, nextItr;
597 IndexList::iterator newItr =
645 IndexList::iterator newItr;
/external/llvm/utils/
Dllvm.grm245 | getelementptr OptInBounds "(" ^ ConstVal IndexList ^ ")"
382 IndexList ::= _ | IndexList ^ "," ResolvedVal ;
419 | getelementptr OptInBounds Types ValueRef IndexList
/external/chromium_org/third_party/webrtc/modules/media_file/source/
Davi_file.h197 typedef std::list<AVIINDEXENTRY*> IndexList; typedef
273 IndexList _indexList;
Davi_file.cc1712 for (IndexList::iterator iter = _indexList.begin(); in ClearIndexList()
1737 for (IndexList::iterator iter = _indexList.begin(); in WriteIndex()
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.h113 SmallVectorImpl<uint8_t> &IndexList);
DARMAttributeParser.cpp544 SmallVectorImpl<uint8_t> &IndexList) { in ParseIndexList() argument
551 IndexList.push_back(Value); in ParseIndexList()