Home
last modified time | relevance | path

Searched refs:n_temps (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_defs.c4462 Int n_temps = bb->tyenv->types_used; in sanityCheckIRSB() local
4463 Int* def_counts = LibVEX_Alloc_inline(n_temps * sizeof(Int)); in sanityCheckIRSB()
4477 for (i = 0; i < n_temps; i++) { in sanityCheckIRSB()
4504 for (i = 0; i < n_temps; i++) in sanityCheckIRSB()
4515 if (stmt->Ist.WrTmp.tmp < 0 || stmt->Ist.WrTmp.tmp >= n_temps) in sanityCheckIRSB()
4525 if (lg->dst < 0 || lg->dst >= n_temps) in sanityCheckIRSB()
4537 if (d->tmp < 0 || d->tmp >= n_temps) in sanityCheckIRSB()
4550 if (cas->oldHi < 0 || cas->oldHi >= n_temps) in sanityCheckIRSB()
4558 if (cas->oldLo < 0 || cas->oldLo >= n_temps) in sanityCheckIRSB()
4568 if (stmt->Ist.LLSC.result < 0 || stmt->Ist.LLSC.result >= n_temps) in sanityCheckIRSB()