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