Home
last modified time | relevance | path

Searched refs:SeenOpcodes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp292 SmallVector<std::pair<unsigned, unsigned>, 4> SeenOpcodes; in getConstantVRegValWithLookThrough() local
325 SeenOpcodes.push_back(std::make_pair( in getConstantVRegValWithLookThrough()
349 while (!SeenOpcodes.empty()) { in getConstantVRegValWithLookThrough()
350 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough()