Home
last modified time | relevance | path

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

/art/
D.vpython5 # (since pure-python dependencies can be easily vendored into third_party).
/art/compiler/optimizing/
Dgvn.cc303 bool pure = !instruction->GetSideEffects().HasDependencies() || in HashCode() local
305 if (!pure || instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) { in HashCode()