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 598 LiveInterval *DstLI = &LIS.getInterval(DstReg);
599 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
601 CopyValues.push_back(std::make_pair(DstLI, DstVNI));
613 LiveInterval *DstLI = CopyValues[j].first;
615 if (DstLI->getVNInfoAt(Idx) != DstVNI)
622 << DstVNI->id << " in " << *DstLI << '\n');
    [all...]
InlineSpiller.cpp 792 LiveInterval &DstLI = LIS.getInterval(DstReg);
793 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
796 WorkList.push_back(std::make_pair(&DstLI, DstVNI));
    [all...]

Completed in 190 milliseconds