OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 201 milliseconds