OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
74
InstructionMapType
InstructionMap
;
ValueEnumerator.cpp
115
InstructionMapType::const_iterator I =
InstructionMap
.find(Inst);
116
assert(I !=
InstructionMap
.end() && "Instruction is not mapped!");
127
InstructionMap
[I] = InstructionCount++;
Completed in 234 milliseconds