Searched refs:Opcode2Index (Results 1 – 1 of 1) sorted by relevance
303 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local323 if (!Opcode2Index.contains(Opcode)) { in processSTIPredicate()324 Opcode2Index[Opcode] = OpcodeMappings.size(); in processSTIPredicate()364 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()384 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()385 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()