HomeSort by relevance Sort by last modified time
    Searched refs:IndexList (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 37 indexList.clear();
57 assert(indexList.empty() && "Index list non-empty at initial numbering?");
70 indexList.push_back(createEntry(0, index));
78 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block);
87 indexList.push_back(createEntry(mi, index += SlotIndex::InstrDist));
90 mi2iMap.insert(std::make_pair(mi, SlotIndex(&indexList.back(),
97 indexList.push_back(createEntry(0, index += SlotIndex::InstrDist));
100 MBBRanges[mbb->getNumber()].second = SlotIndex(&indexList.back(),
121 for (IndexList::iterator I = indexList.begin(), E = indexList.end()
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 356 typedef ilist<IndexListEntry> IndexList;
357 IndexList indexList;
387 void renumberIndexes(IndexList::iterator curItr);
409 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
410 return SlotIndex(&indexList.front(), 0);
415 return SlotIndex(&indexList.back(), 0);
421 assert(indexList.front().getIndex() == 0 &&
423 return indexList.back().getIndex();
453 IndexList::iterator itr(index.listEntry())
    [all...]

Completed in 98 milliseconds