Home | History | Annotate | Download | only in ARM

Lines Matching defs:FPPos

1643       auto FPPos = std::find(UnspilledCS1GPRs.begin(), UnspilledCS1GPRs.end(),
1645 if (FPPos != UnspilledCS1GPRs.end())
1646 UnspilledCS1GPRs.erase(FPPos);