Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fi

373     LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
374 if (fi == LiveOuts.end()) {
378 assert(fi->second && "Can't have NULL entries");
382 LiveRegs[rx].Def = std::max(LiveRegs[rx].Def, fi->second[rx].Def);
384 DomainValue *pdv = resolve(fi->second[rx].Value);
707 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);
708 if (FI == LiveOuts.end() || !FI->second)
711 if (FI->second[i].Value)
712 release(FI->second[i].Value);
713 delete[] FI->second;