Searched refs:PerInst (Results 1 – 2 of 2) sorted by relevance
180 PerInstruction* pi = PerInst(instruction);227 *PerInst(get_tuple_element->operand(0))->points_to_set; in HandleGetTupleElement()367 *PerInst(operands[i])->points_to_set; in HandleTuple()406 const PointsToSet& false_points_to_set = *PerInst(on_false)->points_to_set; in HandleTupleSelect()430 return *PerInst(hlo_instruction)->points_to_set; in GetPointsToSet()435 PerInstruction* pi = PerInst(instruction); in CreateEmptyPointsToSet()499 return PerInst(instruction)->instruction_defined_buffers; in GetBuffersDefinedByInstruction()543 return *PerInst(instruction)->points_to_set; in CreateCopiedPointsToSet()
317 const PerInstruction* PerInst(const HloInstruction* inst) const { in PerInst() function327 PerInstruction* PerInst(const HloInstruction* inst) { in PerInst() function