Searched refs:getLatticeElement (Results 1 – 5 of 5) sorted by relevance
44 markAllPessimisticFixpoint(getLatticeElement(argument)); in initialize()93 AbstractSparseLattice *resultLattice = getLatticeElement(result); in visitOperation()124 AbstractSparseLattice *operandLattice = getLatticeElement(operand); in visitOperation()150 AbstractSparseLattice *argLattice = getLatticeElement(argument); in visitBlock()283 AbstractSparseLattice *state = getLatticeElement(value); in getLatticeElementFor()
89 lattice, *getLatticeElement(foldResult.get<Value>())); in visitOperation()
210 IntegerValueRangeLattice *ivEntry = getLatticeElement(*iv); in visitNonControlFlowArguments()
223 virtual AbstractSparseLattice *getLatticeElement(Value value) = 0;302 StateT *getLatticeElement(Value value) override { in getLatticeElement() function
202 LatticeElement<ValueT> &getLatticeElement(Value value);219 /// join'ed into, by using `getLatticeElement`.255 // We grab the lattice element for `value` via `getLatticeElement` and260 result |= getLatticeElement(value).join(latticeValue);270 `getLatticeElement` as the analysis is not guaranteed to visit all values, e.g.