Home
last modified time | relevance | path

Searched defs:markNotConstant (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h334 bool markNotConstant(Constant *V) { in markNotConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1002 bool SCCPInstVisitor::markNotConstant(ValueLatticeElement &IV, Value *V, in markNotConstant() function in SCCPInstVisitor