Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp25 bool canCountThroughLoops) in Counter() argument
26 : canCountThroughLoops{canCountThroughLoops}, initialValue{initialValue} { in Counter()
29 if (canCountThroughLoops) {
40 if (canCountThroughLoops) { in getAndIncrementIndex()
54 if (canCountThroughLoops) in reset()
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DTemporaryStorage.h47 mlir::Value initialValue, bool canCountThroughLoops = true);
53 const bool canCountThroughLoops; member