Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h122 InstructionMapType InstructionMap; variable
DValueEnumerator.cpp442 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
443 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
454 InstructionMap[I] = InstructionCount++; in setInstructionID()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h120 InstructionMapType InstructionMap; variable
DValueEnumerator.cpp485 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
486 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
497 InstructionMap[I] = InstructionCount++; in setInstructionID()