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

  /art/compiler/optimizing/
reference_type_propagation.h 50 void VisitPhi(HPhi* phi);
graph_checker.h 117 void VisitPhi(HPhi* phi) OVERRIDE;
reference_type_propagation.cc 52 VisitPhi(it.Current()->AsPhi());
202 void ReferenceTypePropagation::VisitPhi(HPhi* phi) {
graph_visualizer.cc 192 void VisitPhi(HPhi* phi) OVERRIDE {
graph_checker.cc 444 void SSAChecker::VisitPhi(HPhi* phi) {
bounds_check_elimination.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/v8/src/compiler/
instruction-selector.h 177 void VisitPhi(Node* node);
simplified-lowering.cc 271 void VisitPhi(Node* node, MachineTypeUnion use,
405 return VisitPhi(node, use, lowering);
    [all...]
instruction-selector.cc 471 return VisitPhi(node);
813 void InstructionSelector::VisitPhi(Node* node) {
    [all...]

Completed in 508 milliseconds