Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
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()
DValueEnumerator.h63 InstructionMapType InstructionMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h123 InstructionMapType InstructionMap; variable
DValueEnumerator.cpp445 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
446 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
457 InstructionMap[I] = InstructionCount++; in setInstructionID()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h118 InstructionMapType InstructionMap; variable
DValueEnumerator.cpp411 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
412 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
423 InstructionMap[I] = InstructionCount++; in setInstructionID()