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

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 347 Mi2IndexMap mi2iMap;
410 return mi2iMap.count(instr);
416 Mi2IndexMap::const_iterator itr = mi2iMap.find(getBundleStart(MI));
417 assert(itr != mi2iMap.end() && "Instruction not found in maps.");
450 Mi2IndexMap::const_iterator MapItr = mi2iMap.find(I);
451 if (MapItr != mi2iMap.end())
467 Mi2IndexMap::const_iterator MapItr = mi2iMap.find(I);
468 if (MapItr != mi2iMap.end())
572 assert(mi2iMap.find(mi) == mi2iMap.end() && "Instr already indexed.")
    [all...]
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 34 mi2iMap.clear();
62 assert(mi2iMap.empty() &&
89 mi2iMap.insert(std::make_pair(mi, SlotIndex(&indexList.back(),
194 } else if (MI && mi2iMap.find(MI) == mi2iMap.end()) {
211 if (!MI->isDebugValue() && mi2iMap.find(MI) == mi2iMap.end())

Completed in 798 milliseconds