Lines Matching refs:tmpMap
527 IRTemp* tmpMap;
547 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
556 that, and the tmpMap is updated to reflect the new binding.
558 A corollary is that if the tmpMap maps a given tmp to
569 if (mce->tmpMap[orig] == IRTemp_INVALID) {
570 mce->tmpMap[orig]
574 return mce->tmpMap[orig];
586 mce->tmpMap[orig]
2595 mce.tmpMap = LibVEX_Alloc(mce.n_originalTmps * sizeof(IRTemp));
2597 mce.tmpMap[i] = IRTemp_INVALID;