Searched refs:canCountThroughLoops (Results 1 – 2 of 2) sorted by relevance
25 bool canCountThroughLoops) in Counter() argument26 : canCountThroughLoops{canCountThroughLoops}, initialValue{initialValue} { in Counter()29 if (canCountThroughLoops) {40 if (canCountThroughLoops) { in getAndIncrementIndex()54 if (canCountThroughLoops) in reset()
47 mlir::Value initialValue, bool canCountThroughLoops = true);53 const bool canCountThroughLoops; member