Home
last modified time | relevance | path

Searched refs:PerInst (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc180 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()
Dtuple_points_to_analysis.h317 const PerInstruction* PerInst(const HloInstruction* inst) const { in PerInst() function
327 PerInstruction* PerInst(const HloInstruction* inst) { in PerInst() function