Searched refs:markConstant (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 375 bool markConstant(ValueLatticeElement &IV, Value *V, Constant *C, 378 bool markConstant(Value *V, Constant *C) { in markConstant() function in llvm::SCCPInstVisitor 380 return markConstant(ValueState[V], V, C); in markConstant() 416 LV.markConstant(C); // Constants are constant in getValueState() 443 LV.markConstant(Elt); // Constants are constant. in getStructValueState() 597 IV.markConstant(GV->getInitializer()); in trackValueOfGlobalVariable() 741 bool SCCPInstVisitor::markConstant(ValueLatticeElement &IV, Value *V, in markConstant() function in SCCPInstVisitor 743 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant() 811 markConstant(NewArg, Iter->Actual); in markArgInFuncSpecialization() 1092 markConstant(&I, C); in visitCastInst() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueLattice.h | 208 Res.markConstant(C); in get() 304 bool markConstant(Constant *V, bool MayIncludeUndef = false) { 402 return markConstant(RHS.getConstant(), true);
|