Searched refs:GetInvariantGTEsForWhileBody (Results 1 – 5 of 5) sorted by relevance
131 TEST(WhileUtilTest, GetInvariantGTEsForWhileBody) { in TEST() argument163 WhileUtil::GetInvariantGTEsForWhileBody(*while_body); in TEST()
88 static std::vector<HloInstruction*> GetInvariantGTEsForWhileBody(
65 WhileUtil::GetInvariantGTEsForWhileBody(*while_body); in TrySinkingConstantsIntoWhileLoop()
170 for (auto* instr : WhileUtil::GetInvariantGTEsForWhileBody(*while_body)) { in TryHoistingInvariantInstructionsFromWhileBody()
259 /*static*/ std::vector<HloInstruction*> WhileUtil::GetInvariantGTEsForWhileBody( in GetInvariantGTEsForWhileBody() function in xla::WhileUtil