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