Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dgraph_checker.h135 bool ContainedInItsBlockList(HInstruction* instruction);
H A Dgraph_checker.cc529 bool GraphChecker::ContainedInItsBlockList(HInstruction* instruction) { in ContainedInItsBlockList() function in art::GraphChecker
579 } else if (!ContainedInItsBlockList(input)) { in VisitInstruction()
591 if (!ContainedInItsBlockList(user)) { in VisitInstruction()