Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp415 std::atomic<uint64_t> NumFoldedLastIteration{0}; in runOnFunctions() local
511 ++NumFoldedLastIteration; in runOnFunctions()
545 NumFoldedLastIteration = 0; in runOnFunctions()
550 NumFunctionsFolded += NumFoldedLastIteration; in runOnFunctions()
553 } while (NumFoldedLastIteration > 0); in runOnFunctions()