Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp415 SmallVector<const CodeGenInstruction *, 1> OpcodesForThisPredicate; in repartition() local
435 OpcodesForThisPredicate.push_back(Expected); in repartition()
457 append_range(OpcodesForThisPredicate, OpcodeP->getInstrs()); in repartition()
460 for (const CodeGenInstruction *Expected : OpcodesForThisPredicate) { in repartition()