Searched refs:b_instruction (Results 1 – 3 of 3) sorted by relevance
153 const HloInstruction* b_instruction = b.instruction(); in MayInterfere() local155 hlo_ordering_->ExecutesBefore(b_instruction, a_instruction)) { in MayInterfere()158 if (IsEntryParameter(b_instruction) && in MayInterfere()159 hlo_ordering_->ExecutesBefore(a_instruction, b_instruction)) { in MayInterfere()
140 img.header.b_instruction = /* b instruction */ in main()147 img.header.b_instruction = cpu_to_le32(img.header.b_instruction); in main()
28 uint32_t b_instruction; /* one intruction jumping to real code */ member