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

  /art/compiler/dex/
mir_graph.h 457 void UpdatePredecessor(BasicBlockId old_pred, BasicBlockId new_pred);
    [all...]
mir_optimization.cc 703 // to update all Phi inputs correctly with UpdatePredecessor(ft->id, bb->id)
706 ft_ft->UpdatePredecessor(ft->id, bb->id);
    [all...]
mir_graph.cc     [all...]

Completed in 143 milliseconds