Home
last modified time | relevance | path

Searched refs:OtherIt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2235 SmallVector<DebugVariable, 8>::iterator OtherIt = It; in buildOverlapMapAndRecordDeclares() local
2236 ++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()
H A DRegisterCoalescer.cpp3944 auto OtherIt = RegLR.find(Idx); in checkMergingChangesDbgValuesImpl() local
3945 if (OtherIt == RegLR.end()) in checkMergingChangesDbgValuesImpl()
3954 auto Resolution = RegVals.getResolution(OtherIt->valno->id); in checkMergingChangesDbgValuesImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3917 bool operator!=(const LDVSSABlockIterator &OtherIt) const { in operator !=()
3918 return OtherIt.PredIt != PredIt; in operator !=()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15621 auto OtherIt = find_if(Op0->users(), [&](SDNode *V) { in PerformExtractEltToVMOVRRD() local
15627 if (OtherIt == Op0->users().end()) in PerformExtractEltToVMOVRRD()
15632 SDValue OtherExt(*OtherIt, 0); in PerformExtractEltToVMOVRRD()