Searched refs:SCCP (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DOptimizer.java37 MOVE_PARAM_COMBINER, SCCP, LITERAL_UPGRADE, CONST_COLLECTOR, enum constant in enum:Optimizer.OptionalStep
159 if (steps.contains(OptionalStep.SCCP)) {
160 SCCP.process(ssaMeth);
H A DSCCP.java40 public class SCCP { class
70 private SCCP(SsaMethod ssaMeth) { method in class:SCCP
92 new SCCP(ssaMethod).run();
/external/llvm/lib/Transforms/Scalar/
H A DAndroid.mk29 SCCP.cpp \
H A DSCCP.cpp1 //===- SCCP.cpp - Sparse Conditional Constant Propagation -----------------===//
193 /// makes SCCP converge much faster.
226 /// performing Interprocedural SCCP.
236 /// AddTrackedFunction - If the SCCP solver is supposed to track calls into
506 dbgs() << "SCCP: Don't know how to handle: " << I << '\n';
576 llvm_unreachable("SCCP: Don't know how to handle this terminator!");
924 // TODO : SCCP does not handle vectors properly.
940 // TODO : SCCP does not handle vectors properly.
964 // TODO : SCCP does not handle vectors properly.
1232 /// doesn't say it would otherwise be. This allows SCCP t
1501 struct SCCP : public FunctionPass { struct in namespace:__anon26322
1506 SCCP() : FunctionPass(ID) { function in struct:__anon26322::SCCP
[all...]

Completed in 131 milliseconds