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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 513 SlotIndex LastUseIndex = LIS->getInstructionIndex(KillInst);
514 SrcLI.removeRange(LastUseIndex.getRegSlot(),
StrongPHIElimination.cpp 391 SlotIndex LastUseIndex = LI->getInstructionIndex(LastUse->getParent());
392 SrcLI.removeRange(LastUseIndex.getRegSlot(), LI->getMBBEndIdx(MBB));

Completed in 38 milliseconds