Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h177 void VisitPhi(Node* node);
Dsimplified-lowering.cc271 void VisitPhi(Node* node, MachineTypeUnion use, in VisitPhi() function in v8::internal::compiler::RepresentationSelector
405 return VisitPhi(node, use, lowering); in VisitNode()
Dinstruction-selector.cc471 return VisitPhi(node); in VisitNode()
813 void InstructionSelector::VisitPhi(Node* node) { in VisitPhi() function in v8::internal::compiler::InstructionSelector