Searched refs:NotWorthHoistingIndividually (Results 1 – 2 of 2) sorted by relevance
53 bool NotWorthHoistingIndividually(const HloInstruction& instruction);
104 bool WhileLoopInvariantCodeMotion::NotWorthHoistingIndividually( in NotWorthHoistingIndividually() function in xla::WhileLoopInvariantCodeMotion252 if (NotWorthHoistingIndividually(*instruction)) { in TryHoistingInvariantInstructionsFromWhileBody()