Searched refs:Opcode2Index (Results 1 – 1 of 1) sorted by relevance
287 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local307 if (Opcode2Index.find(Opcode) == Opcode2Index.end()) { in processSTIPredicate()308 Opcode2Index[Opcode] = OpcodeMappings.size(); in processSTIPredicate()348 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()368 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()369 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()