Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp294 using InstrSignature = SmallVector<size_t>; typedef
295 using InstrTraces = std::set<InstrSignature>;
301 static InstrSignature instrToSignature(MachineInstr &MI, in instrToSignature()
303 InstrSignature Signature; in instrToSignature()
327 InstrSignature MISign = instrToSignature(MI, MAI); in collectOtherInstr()