Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp372 using InstrSignature = SmallVector<size_t>; typedef
373 using InstrTraces = std::set<InstrSignature>;
379 static InstrSignature instrToSignature(MachineInstr &MI, in instrToSignature()
381 InstrSignature Signature; in instrToSignature()
405 InstrSignature MISign = instrToSignature(MI, MAI); in collectOtherInstr()