Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h135 bool ContainedInItsBlockList(HInstruction* instruction);
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()