Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h113 getArgumentTrackedFunctions() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp414 for (Function *F : getArgumentTrackedFunctions()) { in inferArgAttributes()
808 const SmallPtrSetImpl<Function *> &getArgumentTrackedFunctions() const { in getArgumentTrackedFunctions() function in llvm::SCCPInstVisitor
2196 SCCPSolver::getArgumentTrackedFunctions() const { in getArgumentTrackedFunctions() function in SCCPSolver
2197 return Visitor->getArgumentTrackedFunctions(); in getArgumentTrackedFunctions()