Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp359 unsigned NewInstrID = allocInstrID(); in run()
728 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()
H A DGIMatchTree.h434 unsigned allocInstrID() { return NextInstrID++; } in allocInstrID() function