Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DMatchDataInfo.cpp34 static unsigned NextVarID = 0; in AssignMatchDataVariables() local
42 ExistingVars.push_back("MDInfo" + std::to_string(NextVarID++)); in AssignMatchDataVariables()