Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc318 bool pure = !instruction->GetSideEffects().HasDependencies() || in HashCode() local
320 if (!pure || instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) { in HashCode()