Searched refs:NumFoldedLastIteration (Results 1 – 1 of 1) sorted by relevance
415 std::atomic<uint64_t> NumFoldedLastIteration{0}; in runOnFunctions() local511 ++NumFoldedLastIteration; in runOnFunctions()545 NumFoldedLastIteration = 0; in runOnFunctions()550 NumFunctionsFolded += NumFoldedLastIteration; in runOnFunctions()553 } while (NumFoldedLastIteration > 0); in runOnFunctions()