Searched defs:instruction_list (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_rematerialization.cc | 449 UsesList GetUsers(const InstructionList& instruction_list, in GetUsers() 797 const InstructionList& instruction_list, in MemoryUsageTracker() 1353 std::vector<Item*> GetInitialBlock(const InstructionList& instruction_list, in GetInitialBlock() 1387 const InstructionList& instruction_list, int64_t memory_limit_bytes, in PickRematerializationCandidates() 1551 InstructionList* instruction_list, in RematerializeInstructions() 1727 InstructionList* instruction_list) { in CompressInstruction() 1796 InstructionList* instruction_list, int64_t memory_limit_bytes, in RematerializeBestBlock() 1846 InstructionList instruction_list(order); in ComputePeakMemory() local 1903 InstructionList instruction_list(schedule->sequence(computation)); in RematerializeComputation() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | nodes.cc | 1077 static void Add(HInstructionList* instruction_list, in Add() 1133 static void Remove(HInstructionList* instruction_list, in Remove() 2340 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter() 2354 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { in AddBefore() 2368 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add()
|
H A D | graph_checker.cc | 539 const HInstructionList& instruction_list = instruction->IsPhi() ? in ContainedInItsBlockList() local
|