Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h96 bool resolvedUndefsIn(Function &F);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp207 ResolvedUndefs = Solver.resolvedUndefsIn(F); in runSCCP()
459 if (Solver.resolvedUndefsIn(F)) in runIPSCCP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp395 bool resolvedUndefsIn(Function &F);
1447 bool SCCPInstVisitor::resolvedUndefsIn(Function &F) { in resolvedUndefsIn() function in SCCPInstVisitor
1649 bool SCCPSolver::resolvedUndefsIn(Function &F) { in resolvedUndefsIn() function in SCCPSolver
1650 return Visitor->resolvedUndefsIn(F); in resolvedUndefsIn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp610 if (Solver.resolvedUndefsIn(*F)) in runFunctionSpecialization()