Lines Matching defs:indicator
48 Ownership::Ownership(Value indicator)
49 : indicator(indicator), state(State::Unique) {}
53 unknown.indicator = Value();
57 Ownership Ownership::getUnique(Value indicator) { return Ownership(indicator); }
67 assert(isUnique() && "must have unique ownership to get the indicator");
68 return indicator;
83 if (isEqualConstantIntOrValue(indicator, other.indicator))
86 // Return the join of the lattice if the indicator of both ownerships cannot