Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:IsCopy

914     bool Skip = MI->isCopy() || MI->isRegSequence();
1146 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool {
1149 auto End = std::remove_if(LL.begin(), LL.end(), IsCopy);