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

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 584 LiveInterval *DstLI = &LIS.getInterval(DstReg);
585 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
587 CopyValues.push_back(std::make_pair(DstLI, DstVNI));
599 LiveInterval *DstLI = CopyValues[j].first;
601 if (DstLI->getVNInfoAt(Idx) != DstVNI)
608 << DstVNI->id << " in " << *DstLI << '\n');
    [all...]
InlineSpiller.cpp 771 LiveInterval &DstLI = LIS.getInterval(DstReg);
772 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
775 WorkList.push_back(std::make_pair(&DstLI, DstVNI));
    [all...]

Completed in 649 milliseconds