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

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 371 VNInfo *PVNI = LI.getVNInfoAt(LIS.getMBBEndIdx(*PI).getPrevSlot());
372 if (PVNI)
373 WorkList.push_back(std::make_pair(Reg, PVNI));
617 VNInfo *PVNI = LI->getVNInfoAt(LIS.getMBBEndIdx(*PI).getPrevSlot());
618 if (PVNI)
619 WorkList.push_back(std::make_pair(LI, PVNI));
    [all...]
MachineVerifier.cpp     [all...]
LiveInterval.cpp 704 if (const VNInfo *PVNI =
706 EqClass.join(VNI->id, PVNI->id);
LiveIntervalAnalysis.cpp 817 VNInfo *PVNI = li->getVNInfoAt(Stop);
819 if (PVNI) {
820 PVNI->setHasPHIKill(true);
821 WorkList.push_back(std::make_pair(Stop, PVNI));
    [all...]

Completed in 318 milliseconds