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 813 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI));
814 if (PVNI)
815 WorkList.push_back(std::make_pair(LI, PVNI));
    [all...]
MachineVerifier.cpp     [all...]
LiveInterval.cpp 881 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)))
882 EqClass.join(VNI->id, PVNI->id);
LiveIntervalAnalysis.cpp 377 if (VNInfo *PVNI = li->getVNInfoBefore(Stop))
378 WorkList.push_back(std::make_pair(Stop, PVNI));
    [all...]

Completed in 549 milliseconds