HomeSort by relevance Sort by last modified time
    Searched refs:GetSsaIndex (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.cc 185 live_in->SetBit(input->GetSsaIndex());
199 kill->SetBit(current->GetSsaIndex());
200 live_in->ClearBit(current->GetSsaIndex());
210 live_in->SetBit(input->GetSsaIndex());
222 live_in->SetBit(instruction->GetSsaIndex());
233 kill->SetBit(current->GetSsaIndex());
234 live_in->ClearBit(current->GetSsaIndex());
nodes.h 548 int GetSsaIndex() const { return ssa_index_; }
    [all...]

Completed in 521 milliseconds