Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h270 size_t getICFIterations() const { return m_ICFIterations; } in getICFIterations() function
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp67 while (!converged && (iterations < m_Config.options().getICFIterations())) { in foldIdenticalCode()