Home
last modified time | relevance | path

Searched refs:SetMergingGoverningPredicate (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc1283 op->SetMergingGoverningPredicate(set_pred); in GenerateNewLoop()
1777 vector->AsVecOperation()->SetMergingGoverningPredicate(set_pred); in GenerateVecInv()
1914 new_init->AsVecOperation()->SetMergingGoverningPredicate(set_pred); in GenerateVecReductionPhiInputs()
1955 reduce->AsVecOperation()->SetMergingGoverningPredicate(set_pred); in ReduceAndExtractIfNeeded()
1956 instruction->AsVecOperation()->SetMergingGoverningPredicate(set_pred); in ReduceAndExtractIfNeeded()
Dnodes_vector.h133 void SetMergingGoverningPredicate(HInstruction* input) { in SetMergingGoverningPredicate() function