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.cpp2254 SmallVector<DebugVariable, 8>::iterator OtherIt = It; in buildOverlapMapAndRecordDeclares() local
2255 ++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()
H A DRegisterCoalescer.cpp3886 auto OtherIt = RegLR.find(Idx); in checkMergingChangesDbgValuesImpl() local
3887 if (OtherIt == RegLR.end()) in checkMergingChangesDbgValuesImpl()
3896 auto Resolution = RegVals.getResolution(OtherIt->valno->id); in checkMergingChangesDbgValuesImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3890 bool operator!=(const LDVSSABlockIterator &OtherIt) const { in operator !=()
3891 return OtherIt.PredIt != PredIt; in operator !=()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15542 auto OtherIt = find_if(Op0->uses(), [&](SDNode *V) { in PerformExtractEltToVMOVRRD() local
15548 if (OtherIt == Op0->uses().end()) in PerformExtractEltToVMOVRRD()
15553 SDValue OtherExt(*OtherIt, 0); in PerformExtractEltToVMOVRRD()