Searched refs:Opcode2Index (Results 1 – 1 of 1) sorted by relevance
297 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local317 if (Opcode2Index.try_emplace(Opcode, OpcodeMappings.size()).second) in processSTIPredicate()356 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()376 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()377 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()