Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp359 unsigned NewInstrID = allocInstrID(); in run()
734 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()
H A DGIMatchTree.h434 unsigned allocInstrID() { return NextInstrID++; } in allocInstrID() function