Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc412 bool IsEquivalentPhi(Node* node1, Node* node2) { in IsEquivalentPhi() function
421 if (!IsEquivalentPhi(input1, input2)) { in IsEquivalentPhi()
428 bool IsEquivalentPhi(Node* phi, ZoneVector<Node*>& inputs) { in IsEquivalentPhi() function
435 if (!IsEquivalentPhi(input, inputs[i])) { in IsEquivalentPhi()
1404 if (IsEquivalentPhi(left, right)) { in CompareVirtualObjects()
1454 if (!rep || !IsEquivalentPhi(rep, cache_->fields())) { in ProcessLoadFromPhi()