HomeSort by relevance Sort by last modified time
    Searched refs:ssa (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 22 import com.android.dx.ssa.RegisterMapper;
OutputFinisher.java 31 import com.android.dx.ssa.BasicRegisterMapper;
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 17 package com.android.dx.ssa;
LiteralOpUpgrader.java 17 package com.android.dx.ssa;
PhiInsn.java 17 package com.android.dx.ssa;
33 * in SSA form. Will be converted to moves in predecessor blocks before
SsaConverter.java 17 package com.android.dx.ssa;
26 * Converts ROP methods to SSA Methods
32 * Returns an SSA representation, edge-split and with phi
40 * @return output in SSA form
64 * Updates an SSA representation, placing phi functions and renaming all
77 * Returns an SSA represention with only the edge-splitter run.
83 * @return an SSA represention with only the edge-splitter run
96 * Returns an SSA represention with only the steps through the
103 * @return an SSA represention with only the edge-splitter run
125 * In addition, the SSA form we use enforces a further constraint
    [all...]
ConstCollector.java 17 package com.android.dx.ssa;
320 * @param origRegCount {@code >=0;} original SSA reg count, not including
SsaRenamer.java 17 package com.android.dx.ssa;
33 * Complete transformation to SSA form by renaming all registers accessed.<p>
41 * as the first N registers in the SSA namespace. Subsequent assignments
45 * ignored in SSA form conversion and while in SSA form, each register can be e
49 * But, please note, the SSA Renamer's ignoring of the adjoining-register ROP
68 /** next available SSA register */
85 /** map of SSA register number to debug (local var names) or null of n/a */
89 * maps SSA registers back to the original rop number. Used for
97 * @param ssaMeth {@code non-null;} un-renamed SSA method that wil
    [all...]
SCCP.java 17 package com.android.dx.ssa;
48 /** Lattice values for each SSA register */
58 /** Worklist for SSA edges. This is a list of registers to process */
61 * Worklist for SSA edges that represent varying values. It makes the
95 * Adds a SSA basic block to the CFG worklist if it's unexecuted, or
109 * Adds an SSA register's uses to the SSA worklist.
110 * @param reg SSA register
127 * @param reg SSA register
SsaBasicBlock.java 17 package com.android.dx.ssa;
40 * An SSA representation of a basic block.
135 * Creates a new SSA basic block from a ROP form basic block.
544 * nothing. For use by {@link com.android.dx.ssa.SsaMethod#makeExitBlock}
582 * The last Insn has to be a normal SSA insn: a phi can't branch
891 * in SSA form, perhaps is never on a dominance frontier.
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 17 package com.android.dx.ssa;
LiteralOpUpgrader.java 17 package com.android.dx.ssa;
PhiInsn.java 17 package com.android.dx.ssa;
29 * in SSA form. Will be converted to moves in predecessor blocks before
SsaConverter.java 17 package com.android.dx.ssa;
27 * Converts ROP methods to SSA Methods
33 * Returns an SSA representation, edge-split and with phi
41 * @return output in SSA form
65 * Updates an SSA representation, placing phi functions and renaming all
78 * Returns an SSA represention with only the edge-splitter run.
84 * @return an SSA represention with only the edge-splitter run
97 * Returns an SSA represention with only the steps through the
104 * @return an SSA represention with only the edge-splitter run
126 * In addition, the SSA form we use enforces a further constraint
    [all...]
ConstCollector.java 17 package com.android.dx.ssa;
320 * @param origRegCount {@code >=0;} original SSA reg count, not including
SsaRenamer.java 17 package com.android.dx.ssa;
34 * Complete transformation to SSA form by renaming all registers accessed.<p>
42 * as the first N registers in the SSA namespace. Subsequent assignments
46 * ignored in SSA form conversion and while in SSA form, each register can be e
50 * But, please note, the SSA Renamer's ignoring of the adjoining-register ROP
69 /** next available SSA register */
86 /** map of SSA register number to debug (local var names) or null of n/a */
90 * maps SSA registers back to the original rop number. Used for
98 * @param ssaMeth {@code non-null;} un-renamed SSA method that wil
    [all...]
  /art/runtime/
trace.cc 298 ScopedSuspendAll ssa(__FUNCTION__);
355 ScopedSuspendAll ssa(__FUNCTION__);
413 ScopedSuspendAll ssa(__FUNCTION__);
503 ScopedSuspendAll ssa(__FUNCTION__);
546 ScopedSuspendAll ssa(__FUNCTION__);
    [all...]
oat_file_manager.cc 652 ScopedSuspendAll ssa("Add image space");
676 ScopedSuspendAll ssa("Remove image space");
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 40 import com.android.dx.ssa.Optimizer;
66 /** whether or not to run the ssa optimziations */
  /art/runtime/gc/space/
space_create_test.cc 175 ScopedSuspendAll ssa("Add image space");
space_test.h 49 ScopedSuspendAll ssa("Add image space");
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 62 import com.android.dx.ssa.Optimizer;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 229 lval->ssa = 1;
nv50_ir.cpp 233 ssa = 0;
250 ssa = 0;
  /art/runtime/jit/
jit.cc 294 ScopedSuspendAll ssa(__FUNCTION__);

Completed in 169 milliseconds

1 2 34 5