Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dreturn-zapped.ll5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp322 bool ResolvedUndefsIn(Function &F);
1297 bool SCCPSolver::ResolvedUndefsIn(Function &F) { in ResolvedUndefsIn() function in SCCPSolver
1673 ResolvedUndefs = Solver.ResolvedUndefsIn(F); in runSCCP()
1847 if (Solver.ResolvedUndefsIn(F)) { in runIPSCCP()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp267 bool ResolvedUndefsIn(Function &F);
1240 bool SCCPSolver::ResolvedUndefsIn(Function &F) { in ResolvedUndefsIn() function in SCCPSolver
1574 ResolvedUndefs = Solver.ResolvedUndefsIn(F); in runSCCP()
1751 ResolvedUndefs |= Solver.ResolvedUndefsIn(F); in runIPSCCP()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp266 bool ResolvedUndefsIn(Function &F);
1426 bool SCCPSolver::ResolvedUndefsIn(Function &F) { in ResolvedUndefsIn() function in SCCPSolver
1752 ResolvedUndefs = Solver.ResolvedUndefsIn(F); in runOnFunction()
1916 ResolvedUndefs |= Solver.ResolvedUndefsIn(*F); in runOnModule()