Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h113 bool resolvedUndefsIn(Function &F);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp218 ResolvedUndefs = Solver.resolvedUndefsIn(F); in runSCCP()
517 if (Solver.resolvedUndefsIn(F)) in runIPSCCP()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp390 bool resolvedUndefsIn(Function &F);
1439 bool SCCPInstVisitor::resolvedUndefsIn(Function &F) { in resolvedUndefsIn() function in SCCPInstVisitor
1556 bool SCCPSolver::resolvedUndefsIn(Function &F) { in resolvedUndefsIn() function in SCCPSolver
1557 return Visitor->resolvedUndefsIn(F); in resolvedUndefsIn()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp902 if (Solver.resolvedUndefsIn(*F)) in runFunctionSpecialization()