OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3510 milliseconds