HomeSort by relevance Sort by last modified time
    Searched refs:phi (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 30 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2); local
36 phi->addIncoming(phi, bb0);
37 phi->addIncoming(phi, bb1);
39 // The PHI will be removed
40 EXPECT_TRUE(RecursivelyDeleteDeadPHINode(phi));
47 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
49 EXPECT_TRUE(RecursivelyDeleteDeadPHINode(phi));
52 phi = builder.CreatePHI(Type::getInt32Ty(C), 0)
    [all...]
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 175 // Cleanup PHI nodes.
178 // Prune unneeded PHI entries.
181 MachineBasicBlock::iterator phi = BB->begin(); local
182 while (phi != BB->end() && phi->isPHI()) {
183 for (unsigned i = phi->getNumOperands() - 1; i >= 2; i-=2)
184 if (!preds.count(phi->getOperand(i).getMBB())) {
185 phi->RemoveOperand(i);
186 phi->RemoveOperand(i-1);
190 if (phi->getNumOperands() == 3)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 30 BigInteger p, q, n, d, e, pSub1, qSub1, phi; local
120 phi = p;
122 q = phi;
127 phi = pSub1.multiply(qSub1);
132 d = e.modInverse(phi);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.h 47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
swim.c 49 glRotatef(-fish->phi, 0.0, 0.0, 1.0);
56 fish->phi = -20.0;
atlantis.c 202 dolph.phi++;
205 momWhale.phi++;
207 babyWhale.phi++;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.h 47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
swim.c 49 glRotatef(-fish->phi, 0.0, 0.0, 1.0);
56 fish->phi = -20.0;
atlantis.c 202 dolph.phi++;
205 momWhale.phi++;
207 babyWhale.phi++;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.h 47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
swim.c 49 glRotatef(-fish->phi, 0.0, 0.0, 1.0);
56 fish->phi = -20.0;
atlantis.c 202 dolph.phi++;
205 momWhale.phi++;
207 babyWhale.phi++;
  /external/clang/test/CodeGen/
2007-03-05-DataLayout.c 23 double phi; member in struct:bnode
36 #define Phi(x) ((x)->phi)
  /external/llvm/examples/BrainF/
BrainF.h 73 void readloop(PHINode *phi, BasicBlock *oldbb,
BrainF.cpp 184 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb,
294 // Make part of PHI instruction now, wait until end of loop to finish
418 if (!phi) {
430 //%head.%d = phi i8 *[%head.%d, %main.%d], [%head.%d, %main.%d]
431 //Finish phi made at beginning of loop
432 phi->addIncoming(curhead, builder->GetInsertBlock());
433 Value *head_0 = phi;
449 //%head.%d = phi i8 *[%head.%d, %main.%d]
463 if (phi) {
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 257 public void visitPhiInsn (PhiInsn phi) {
259 if (!hasSideEffect(phi)) {
260 noSideEffectRegs.set(phi.getResult().getReg());
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DeadCodeRemover.java 257 public void visitPhiInsn (PhiInsn phi) {
259 if (!hasSideEffect(phi)) {
260 noSideEffectRegs.set(phi.getResult().getReg());
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 160 // If s is a phi-function with V as it's ith argument.
161 PhiInsn phi = (PhiInsn) insn; local
164 phi.predBlocksForReg(regV, ssaMeth)) {
247 * Ensures that all the phi result registers for all the phis in the
251 * a the result of a dead-end phi might be assigned the same register
252 * as the result of another phi, and the phi removal move scheduler may
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 160 // If s is a phi-function with V as it's ith argument.
161 PhiInsn phi = (PhiInsn) insn; local
164 phi.predBlocksForReg(regV, ssaMeth)) {
247 * Ensures that all the phi result registers for all the phis in the
251 * a the result of a dead-end phi might be assigned the same register
252 * as the result of another phi, and the phi removal move scheduler may
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 113 float phi = 2 * atan(1 / r); local
118 float py = (phi / PI_F) * input_height;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Torus.java 149 float phi = FastMath.TWO_PI * radialFraction; local
150 float cosPhi = FastMath.cos(phi);
151 float sinPhi = FastMath.sin(phi);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 447 /* Return a use_operand_p pointer for argument I of PHI node GS. */
455 /* Return the tree operand for argument I of PHI node GS. */
464 /* Return a pointer to the tree operand for argument I of PHI node GS. */
472 /* Return the edge associated with argument I of phi node GS. */
480 /* Return the source location of gimple argument I of phi node GS. */
488 /* Return the source location of the argument on edge E of phi node GS. */
496 /* Set the source location of gimple argument I of phi node GS to LOC. */
504 /* Return TRUE if argument I of phi node GS has a location record. */
513 /* Return the PHI nodes for basic block BB, or NULL if there are no
514 PHI nodes. *
545 gimple phi; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 447 /* Return a use_operand_p pointer for argument I of PHI node GS. */
455 /* Return the tree operand for argument I of PHI node GS. */
464 /* Return a pointer to the tree operand for argument I of PHI node GS. */
472 /* Return the edge associated with argument I of phi node GS. */
480 /* Return the source location of gimple argument I of phi node GS. */
488 /* Return the source location of the argument on edge E of phi node GS. */
496 /* Set the source location of gimple argument I of phi node GS to LOC. */
504 /* Return TRUE if argument I of phi node GS has a location record. */
513 /* Return the PHI nodes for basic block BB, or NULL if there are no
514 PHI nodes. *
545 gimple phi; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 447 /* Return a use_operand_p pointer for argument I of PHI node GS. */
455 /* Return the tree operand for argument I of PHI node GS. */
464 /* Return a pointer to the tree operand for argument I of PHI node GS. */
472 /* Return the edge associated with argument I of phi node GS. */
480 /* Return the source location of gimple argument I of phi node GS. */
488 /* Return the source location of the argument on edge E of phi node GS. */
496 /* Set the source location of gimple argument I of phi node GS to LOC. */
504 /* Return TRUE if argument I of phi node GS has a location record. */
513 /* Return the PHI nodes for basic block BB, or NULL if there are no
514 PHI nodes. *
545 gimple phi; local
    [all...]

Completed in 578 milliseconds

1 2 3