Home
last modified time | relevance | path

Searched refs:InstructionMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h63 InstructionMapType InstructionMap; variable
DValueEnumerator.cpp112 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
113 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
118 InstructionMap[I] = InstructionCount++; in setInstructionID()