HomeSort by relevance Sort by last modified time
    Searched refs:InstructionMap (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 85 InstructionMapType InstructionMap;
ValueEnumerator.cpp 381 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
382 assert(I != InstructionMap.end() && "Instruction is not mapped!");
393 InstructionMap[I] = InstructionCount++;
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 79 InstructionMapType InstructionMap;
ValueEnumerator.cpp 124 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
125 assert(I != InstructionMap.end() && "Instruction is not mapped!");
130 InstructionMap[I] = InstructionCount++;
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 79 InstructionMapType InstructionMap;
ValueEnumerator.cpp 124 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
125 assert(I != InstructionMap.end() && "Instruction is not mapped!");
130 InstructionMap[I] = InstructionCount++;
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 82 InstructionMapType InstructionMap;
ValueEnumerator.cpp 124 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
125 assert(I != InstructionMap.end() && "Instruction is not mapped!");
130 InstructionMap[I] = InstructionCount++;

Completed in 41 milliseconds