Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h206 LLVM_ABI void inferArgAttributes() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp269 Solver.inferArgAttributes(); in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp413 void SCCPSolver::inferArgAttributes() const { in inferArgAttributes() function in llvm::SCCPSolver