Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h236 void VisitPhi(Node* node);
Dinstruction-selector.cc817 return VisitPhi(node); in VisitNode()
1332 void InstructionSelector::VisitPhi(Node* node) { in VisitPhi() function in v8::internal::compiler::InstructionSelector
Dsimplified-lowering.cc731 void VisitPhi(Node* node, Truncation truncation, in VisitPhi() function in v8::internal::compiler::RepresentationSelector
872 return VisitPhi(node, truncation, lowering); in VisitNode()