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

  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 37 indexList.clear();
57 assert(indexList.empty() && "Index list non-empty at initial numbering?");
69 indexList.push_back(createEntry(nullptr, index));
77 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block);
86 indexList.push_back(createEntry(mi, index += SlotIndex::InstrDist));
89 mi2iMap.insert(std::make_pair(mi, SlotIndex(&indexList.back(),
94 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist));
97 MBBRanges[mbb->getNumber()].second = SlotIndex(&indexList.back(),
118 for (IndexList::iterator I = indexList.begin(), E = indexList.end()
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 337 typedef ilist<IndexListEntry> IndexList;
338 IndexList indexList;
341 IndexList graveyardList;
371 void renumberIndexes(IndexList::iterator curItr);
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0);
430 IndexList::iterator I = Index.listEntry();
431 IndexList::iterator E = indexList.end()
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.h 113 SmallVectorImpl<uint8_t> &IndexList);
ARMAttributeParser.cpp 544 SmallVectorImpl<uint8_t> &IndexList) {
551 IndexList.push_back(Value);

Completed in 39 milliseconds