Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc186 static bool ShouldFilterUse(HInstruction* instruction, in ShouldFilterUse() function
215 if (!(filter && ShouldFilterUse(instruction, user, post_dominated))) { in FindIdealPosition()
230 !ShouldFilterUse(instruction, use.GetUser()->GetHolder(), post_dominated)); in FindIdealPosition()