Home | History | Annotate | Download | only in ARM

Lines Matching refs:LRPos

1642       SmallVectorImpl<unsigned>::iterator LRPos;
1643 LRPos = std::find(UnspilledCS1GPRs.begin(), UnspilledCS1GPRs.end(),
1645 if (LRPos
1646 UnspilledCS1GPRs.erase(LRPos);