Searched refs:Opcode2Index (Results 1 – 1 of 1) sorted by relevance
289 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local309 if (Opcode2Index.find(Opcode) == Opcode2Index.end()) { in processSTIPredicate()310 Opcode2Index[Opcode] = OpcodeMappings.size(); in processSTIPredicate()350 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()370 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()371 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()