Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp623 std::vector<const CodeGenInstruction *> MemInsts; in run() local
662 MemInsts.push_back(Inst); in run()
684 for (const CodeGenInstruction *MemInst : MemInsts) { in run()