Searched refs:NoIndOp (Results 1 – 2 of 2) sorted by relevance
498 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop() local513 UVect::iterator End = std::remove_if(DP.begin(), DP.end(), NoIndOp); in collectIndRegsForLoop()
546 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop() local561 UVect::iterator End = llvm::remove_if(DP, NoIndOp); in collectIndRegsForLoop()