Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp361 unsigned NewInstrID = allocInstrID(); in run()
731 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()
DGIMatchTree.h437 unsigned allocInstrID() { return NextInstrID++; } in allocInstrID() function