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 599 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
600 assert(DstVNI && DstVNI->def == Idx.getRegSlot() && "Bad copy value");
601 CopyValues.push_back(std::make_pair(DstLI, DstVNI));
614 const VNInfo *DstVNI = CopyValues[j].second;
615 if (DstLI->getVNInfoAt(Idx) != DstVNI)
622 << DstVNI->id << " in " << *DstLI << '\n');
623 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def);
    [all...]
InlineSpiller.cpp 793 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
794 assert(DstVNI && "Missing defined value");
795 assert(DstVNI->def == Idx.getRegSlot() && "Wrong copy def slot");
796 WorkList.push_back(std::make_pair(&DstLI, DstVNI));
    [all...]

Completed in 53 milliseconds