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

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 637 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
638 assert(DstVNI && DstVNI->def == Idx.getRegSlot() && "Bad copy value");
639 CopyValues.push_back(std::make_pair(DstLI, DstVNI));
652 const VNInfo *DstVNI = CopyValues[j].second;
653 if (DstLI->getVNInfoAt(Idx) != DstVNI)
660 << DstVNI->id << " in " << *DstLI << '\n');
661 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def);
    [all...]
InlineSpiller.cpp 795 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
796 assert(DstVNI && "Missing defined value");
797 assert(DstVNI->def == Idx.getRegSlot() && "Wrong copy def slot");
798 WorkList.push_back(std::make_pair(&DstLI, DstVNI));
    [all...]

Completed in 101 milliseconds