Searched refs:getInstructionOpcodeHash (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp51 std::string VRegRenamer::getInstructionOpcodeHash(MachineInstr &MI) { function in class:VRegRenamer
127 std::string Name = getInstructionOpcodeHash(*MRI.getVRegDef(VReg));
146 NamedVReg(MO.getReg(), Prefix + getInstructionOpcodeHash(Candidate)));
H A DMIRVRegNamerUtils.h60 std::string getInstructionOpcodeHash(MachineInstr &MI);
72 /// getInstructionOpcodeHash.

Completed in 59 milliseconds