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 589 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
590 assert(DstVNI && DstVNI->def == Idx.getRegSlot() && "Bad copy value");
591 CopyValues.push_back(std::make_pair(DstLI, DstVNI));
604 const VNInfo *DstVNI = CopyValues[j].second;
605 if (DstLI->getVNInfoAt(Idx) != DstVNI)
612 << DstVNI->id << " in " << *DstLI << '\n');
613 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def);
    [all...]
InlineSpiller.cpp 772 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
773 assert(DstVNI && "Missing defined value");
774 assert(DstVNI->def == Idx.getRegSlot() && "Wrong copy def slot");
775 WorkList.push_back(std::make_pair(&DstLI, DstVNI));
    [all...]

Completed in 33 milliseconds