Searched refs:SeenOpcodes (Results 1 – 2 of 2) sorted by relevance
221 SmallVector<std::pair<unsigned, unsigned>, 4> SeenOpcodes; in getConstantVRegValWithLookThrough() local250 SeenOpcodes.push_back(std::make_pair( in getConstantVRegValWithLookThrough()274 while (!SeenOpcodes.empty()) { in getConstantVRegValWithLookThrough()275 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough()
272 SmallVector<std::pair<unsigned, unsigned>, 4> SeenOpcodes; in getConstantVRegValWithLookThrough() local301 SeenOpcodes.push_back(std::make_pair( in getConstantVRegValWithLookThrough()325 while (!SeenOpcodes.empty()) { in getConstantVRegValWithLookThrough()326 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough()