Searched refs:GetBitVector (Results 1 – 2 of 2) sorted by relevance
36 BitVector& bit_vector = GetBitVector(instruction); in SetReachabilityToUnion()45 SetReachabilityToUnionHelper(inputs, instruction, &GetBitVector(instruction)); in FastSetReachabilityToUnion()58 bit_vector->OrWith(GetBitVector(input)); in SetReachabilityToUnionHelper()65 GetBitVector(b).Set(GetIndex(a)); in SetReachable()70 return GetBitVector(b).Get(GetIndex(a)); in IsReachable()
155 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector() function158 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector() function