Searched refs:VisitPhi (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | instruction-selector.h | 236 void VisitPhi(Node* node); |
D | instruction-selector.cc | 817 return VisitPhi(node); in VisitNode() |
D | simplified-lowering.cc | 731 void VisitPhi(Node* node, Truncation truncation, in VisitPhi() function in v8::internal::compiler::RepresentationSelector |