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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h102 UniqueMachineInstr *getUniqueInstrForMI(const MachineInstr *MI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp139 UniqueMachineInstr *GISelCSEInfo::getUniqueInstrForMI(const MachineInstr *MI) { function in class:GISelCSEInfo
149 auto *Node = getUniqueInstrForMI(MI);

Completed in 111 milliseconds