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.mk28 SCCP.cpp \
H A DSCCP.cpp1 //===- SCCP.cpp - Sparse Conditional Constant Propagation -----------------===//
192 /// makes SCCP converge much faster.
225 /// performing Interprocedural SCCP.
235 /// AddTrackedFunction - If the SCCP solver is supposed to track calls into
504 dbgs() << "SCCP: Don't know how to handle: " << I << '\n';
574 llvm_unreachable("SCCP: Don't know how to handle this terminator!");
922 // TODO : SCCP does not handle vectors properly.
938 // TODO : SCCP does not handle vectors properly.
962 // 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:__anon22615
1506 SCCP() : FunctionPass(ID) { function in struct:__anon22615::SCCP
[all...]

Completed in 463 milliseconds