HomeSort by relevance Sort by last modified time
    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