Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h122 InstructionMapType InstructionMap; variable
H A DDXILValueEnumerator.cpp502 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
503 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
514 InstructionMap[I] = InstructionCount++; in setInstructionID()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h121 InstructionMapType InstructionMap; variable
H A DValueEnumerator.cpp504 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
505 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
516 InstructionMap[I] = InstructionCount++; in setInstructionID()