Searched refs:OtherIt (Results 1 – 4 of 4) sorted by relevance
2254 SmallVector<DebugVariable, 8>::iterator OtherIt = It; in buildOverlapMapAndRecordDeclares() local2255 ++OtherIt; in buildOverlapMapAndRecordDeclares()2257 for (; OtherIt != IEnd; ++OtherIt) { in buildOverlapMapAndRecordDeclares()2258 DIExpression::FragmentInfo OtherFrag = OtherIt->getFragmentOrDefault(); in buildOverlapMapAndRecordDeclares()2259 VariableID OtherVar = FnVarLocs->insertVariable(*OtherIt); in buildOverlapMapAndRecordDeclares()
3886 auto OtherIt = RegLR.find(Idx); in checkMergingChangesDbgValuesImpl() local3887 if (OtherIt == RegLR.end()) in checkMergingChangesDbgValuesImpl()3896 auto Resolution = RegVals.getResolution(OtherIt->valno->id); in checkMergingChangesDbgValuesImpl()
3890 bool operator!=(const LDVSSABlockIterator &OtherIt) const { in operator !=()3891 return OtherIt.PredIt != PredIt; in operator !=()
15542 auto OtherIt = find_if(Op0->uses(), [&](SDNode *V) { in PerformExtractEltToVMOVRRD() local15548 if (OtherIt == Op0->uses().end()) in PerformExtractEltToVMOVRRD()15553 SDValue OtherExt(*OtherIt, 0); in PerformExtractEltToVMOVRRD()