Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc31 static bool InputsAreDefinedBeforeLoop(HInstruction* instruction) { in InputsAreDefinedBeforeLoop() function
134 if (instruction->CanBeMoved() && InputsAreDefinedBeforeLoop(instruction)) { in Run()