Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp221 SmallVector<std::pair<unsigned, unsigned>, 4> SeenOpcodes; in getConstantVRegValWithLookThrough() local
250 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()