Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc156 static bool ShouldFilterUse(HInstruction* instruction, in ShouldFilterUse() function
186 if (!(filter && ShouldFilterUse(instruction, user, post_dominated))) { in FindIdealPosition()
200 DCHECK(!filter || !ShouldFilterUse(instruction, use.GetUser()->GetHolder(), post_dominated)); in FindIdealPosition()