Searched refs:OtherIt (Results 1 – 4 of 4) sorted by relevance
2235 SmallVector<DebugVariable, 8>::iterator OtherIt = It; in buildOverlapMapAndRecordDeclares() local2236 ++OtherIt; in buildOverlapMapAndRecordDeclares()2238 for (; OtherIt != IEnd; ++OtherIt) { in buildOverlapMapAndRecordDeclares()2239 DIExpression::FragmentInfo OtherFrag = OtherIt->getFragmentOrDefault(); in buildOverlapMapAndRecordDeclares()2240 VariableID OtherVar = FnVarLocs->insertVariable(*OtherIt); in buildOverlapMapAndRecordDeclares()
3944 auto OtherIt = RegLR.find(Idx); in checkMergingChangesDbgValuesImpl() local3945 if (OtherIt == RegLR.end()) in checkMergingChangesDbgValuesImpl()3954 auto Resolution = RegVals.getResolution(OtherIt->valno->id); in checkMergingChangesDbgValuesImpl()
3917 bool operator!=(const LDVSSABlockIterator &OtherIt) const { in operator !=()3918 return OtherIt.PredIt != PredIt; in operator !=()
15621 auto OtherIt = find_if(Op0->users(), [&](SDNode *V) { in PerformExtractEltToVMOVRRD() local15627 if (OtherIt == Op0->users().end()) in PerformExtractEltToVMOVRRD()15632 SDValue OtherExt(*OtherIt, 0); in PerformExtractEltToVMOVRRD()