Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h128 bool isStructLatticeConstant(Function *F, StructType *STy);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp447 bool isStructLatticeConstant(Function *F, StructType *STy);
495 bool SCCPInstVisitor::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() function in SCCPInstVisitor
1660 bool SCCPSolver::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() function in SCCPSolver
1661 return Visitor->isStructLatticeConstant(F, STy); in isStructLatticeConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp624 if (Solver.isStructLatticeConstant(F, STy)) in runIPSCCP()