Home
last modified time | relevance | path

Searched refs:addToMustPreserveReturnsInFunctions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h77 void addToMustPreserveReturnsInFunctions(Function *F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp377 void addToMustPreserveReturnsInFunctions(Function *F) { in addToMustPreserveReturnsInFunctions() function in llvm::SCCPInstVisitor
1601 void SCCPSolver::addToMustPreserveReturnsInFunctions(Function *F) { in addToMustPreserveReturnsInFunctions() function in SCCPSolver
1602 Visitor->addToMustPreserveReturnsInFunctions(F); in addToMustPreserveReturnsInFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp140 Solver.addToMustPreserveReturnsInFunctions(F); in tryToReplaceWithConstant()