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

  /external/v8/test/mjsunit/regress/
regress-crbug-173907.js 43 var phi2 = v - K;
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
56 // All registers are blocked and phis for phi1 and phi2 are spilled because
67 // Now swap values of phi1 and phi2 to create cycle between phis.
69 phi1 = phi2;
70 phi2 = t;
73 // Now we want to get values of phi1 and phi2. However we would like to
74 // do it in a way that does not produce any uses of phi1&phi2 that have
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1 : phi2;
    [all...]
regress-crbug-173907b.js 43 var phi2 = v - K;
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
56 // All registers are blocked and phis for phi1 and phi2 are spilled because
67 // Now swap values of phi1 and phi2 to create cycle between phis.
69 phi1 = phi2;
70 phi2 = t;
73 // Now we want to get values of phi1 and phi2. However we would like to
74 // do it in a way that does not produce any uses of phi1&phi2 that have
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1 : phi2;
    [all...]
  /external/v8/test/cctest/compiler/
test-phi-reducer.cc 134 Node* phi2 = R.Phi(a, b); local
135 R.CheckReduce(phi2, phi2);
165 Node* phi2 = R.Phi(a, b, a); local
166 R.CheckReduce(phi2, phi2);
205 Node* phi2 = R.Phi(a, b, a, a); local
206 R.CheckReduce(phi2, phi2);
  /art/compiler/dex/
gvn_dead_code_elimination_test.cc 1776 MIR* phi2 = phi1->next; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1654 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 1655 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 1459 llvm::PHINode *phi2 = Builder.CreatePHI(v.second->getType(), 2); local
    [all...]

Completed in 141 milliseconds