Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h145 bool isStructLatticeConstant(Function *F, StructType *STy);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp442 bool isStructLatticeConstant(Function *F, StructType *STy);
502 bool SCCPInstVisitor::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() function in SCCPInstVisitor
1597 bool SCCPSolver::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() function in SCCPSolver
1598 return Visitor->isStructLatticeConstant(F, STy); in isStructLatticeConstant()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp678 if (Solver.isStructLatticeConstant(F, STy)) in runIPSCCP()