HomeSort by relevance Sort by last modified time
    Searched defs:ssaRep (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
Ralloc.cpp 34 SSARepresentation *ssaRep = mir->ssaRep;
35 if (ssaRep) {
37 for (i=0; ssaRep->fpUse && i< ssaRep->numUses; i++) {
38 if (ssaRep->fpUse[i])
39 cUnit->regLocation[ssaRep->uses[i]].fp = true;
41 for (i=0; ssaRep->fpDef && i< ssaRep->numDefs; i++) {
42 if (ssaRep->fpDef[i]
    [all...]
CompilerIR.h 131 struct SSARepresentation *ssaRep;

Completed in 36 milliseconds