Home
last modified time | relevance | path

Searched defs:getNextID (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h79 uint32_t getNextID() { return nextID++; } in getNextID() function
/llvm-project/polly/include/polly/
H A DScopDetection.h201 int getNextID() { return NextScopID++; } in getNextID() function
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h188 unsigned getNextID() { return MaxID++; } getNextID() function