Searched refs:structBufferCounter (Results 1 – 2 of 2) sorted by relevance
414 TMap<TString, bool> structBufferCounter; // true if counter buffer is in use variable
3443 structBufferCounter[*blockName] = false; in declareStructBufferCounter()3459 structBufferCounter[counterBlockName] = true; in getStructBufferCounter()6029 structBufferCounter[counterBlockName] = true; in addStructBuffArguments()10213 … const auto sbcIt = structBufferCounter.find(sym->getName()); in removeUnusedStructBufferCounters()10214 … return sbcIt != structBufferCounter.end() && !sbcIt->second; in removeUnusedStructBufferCounters()