Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h101 LLVM_ABI void addToMustPreserveReturnsInFunctions(Function *F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp74 addToMustPreserveReturnsInFunctions(F); in tryToReplaceWithConstant()
792 void addToMustPreserveReturnsInFunctions(Function *F) { in addToMustPreserveReturnsInFunctions() function in llvm::SCCPInstVisitor
2179 void SCCPSolver::addToMustPreserveReturnsInFunctions(Function *F) { in addToMustPreserveReturnsInFunctions() function in SCCPSolver
2180 Visitor->addToMustPreserveReturnsInFunctions(F); in addToMustPreserveReturnsInFunctions()