Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:second

392     assert(fi->second && "Can't have NULL entries");
396 LiveRegs[rx].Def = std::max(LiveRegs[rx].Def, fi->second[rx].Def);
398 DomainValue *pdv = resolve(fi->second[rx].Value);
430 bool First = LiveOuts.insert(std::make_pair(MBB, LiveRegs)).second;
438 // Insertion failed, this must be the second pass.
454 if (DomP.second)
455 visitSoftInstr(MI, DomP.second);
555 unsigned OpIdx = UndefReads.back().second;
571 OpIdx = UndefReads.back().second;
779 if (FI == LiveOuts.end() || !FI->second)
782 if (FI->second[i].Value)
783 release(FI->second[i].Value);
784 delete[] FI->second;