Home
last modified time | relevance | path

Searched refs:instruction_position (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc255 absl::flat_hash_map<const HloInstruction*, int> instruction_position; in Verify() local
259 TF_RET_CHECK(instruction_position.insert({instruction, pos}).second) in Verify()
265 TF_RET_CHECK(instruction_position.size() == in Verify()
268 << instruction_position.size() << " instructions, expected " in Verify()
271 TF_RET_CHECK(instruction_position.contains(instruction)) in Verify()
277 TF_RET_CHECK(instruction_position.at(operand) < in Verify()
278 instruction_position.at(instruction)) in Verify()
284 TF_RET_CHECK(instruction_position.at(pred) < in Verify()
285 instruction_position.at(instruction)) in Verify()
/external/v8/src/compiler/
Dregister-allocator.cc3587 if (safe_point > map->instruction_position()) return false; in SafePointsAreInOrder()
3588 safe_point = map->instruction_position(); in SafePointsAreInOrder()
3637 if (map->instruction_position() >= start) break; in PopulateReferenceMaps()
3658 int safe_point = map->instruction_position(); in PopulateReferenceMaps()
Dinstruction.h782 int instruction_position() const { return instruction_position_; } in instruction_position() function