Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp203 bool ResolvedUndefs = true; in runSCCP() local
204 while (ResolvedUndefs) { in runSCCP()
207 ResolvedUndefs = Solver.resolvedUndefsIn(F); in runSCCP()
453 bool ResolvedUndefs = true; in runIPSCCP() local
455 while (ResolvedUndefs) { in runIPSCCP()
457 ResolvedUndefs = false; in runIPSCCP()
460 ResolvedUndefs = true; in runIPSCCP()
462 if (ResolvedUndefs) in runIPSCCP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp602 bool ResolvedUndefs = true; in runFunctionSpecialization() local
604 while (ResolvedUndefs) { in runFunctionSpecialization()
608 ResolvedUndefs = false; in runFunctionSpecialization()
611 ResolvedUndefs = true; in runFunctionSpecialization()