HomeSort by: relevance | last modified time | path
    Searched refs:createEntry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SlotIndexes.cpp 78 indexList.push_back(createEntry(nullptr, index));
90 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist));
98 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 334 IndexListEntry* createEntry(MachineInstr *mi, unsigned index) {
564 indexList.insert(nextItr, createEntry(&MI, newNumber));
617 IndexListEntry *startEntry = createEntry(nullptr, 0);

Completed in 18 milliseconds