Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp65 bool converged = false; in foldIdenticalCode() local
67 while (!converged && (iterations < m_Config.options().getICFIterations())) { in foldIdenticalCode()
68 converged = matchCandidates(candidate_list); in foldIdenticalCode()
184 bool converged = true; in matchCandidates() local
203 converged = false; in matchCandidates()
210 return converged; in matchCandidates()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc29 "ICF converged after `%0' iteration(s).",
30 "ICF converged after `%0' iteration(s).")