Searched refs:InstNo (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 266 unsigned InstNo = It.first; in calculateLiveIntervals() local 274 Start[AllocaNo] = InstNo; in calculateLiveIntervals() 278 LiveRanges[AllocaNo].addRange(Start[AllocaNo], InstNo); in calculateLiveIntervals()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 149 uint64_t InstNo : 20; /// The Instruction where the def happens. member 173 uint64_t getInst() const { return u.s.InstNo; } in getInst() 175 bool isPHI() const { return u.s.InstNo == 0; } in isPHI() 199 .concat((u.s.InstNo ? Twine(u.s.InstNo) in asString() 1293 std::optional<ValueIDNum> getValueForInstrRef(unsigned InstNo, unsigned OpNo,
|
H A D | InstrRefBasedImpl.cpp | 1455 unsigned InstNo, unsigned OpNo, MachineInstr &MI, in getValueForInstrRef() argument 1465 MachineFunction::DebugSubstitution({InstNo, OpNo}, {0, 0}, 0); in getValueForInstrRef() 1471 std::tie(InstNo, OpNo) = LowerBoundIt->Dest; in getValueForInstrRef() 1484 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in getValueForInstrRef() 1485 auto PHIIt = llvm::lower_bound(DebugPHINumToValue, InstNo); in getValueForInstrRef() 1519 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in getValueForInstrRef() 1524 MI, InstNo); in getValueForInstrRef() 1634 unsigned InstNo = MO.getInstrRefInstrIndex(); in transferDebugInstrRef() local 1640 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns); in transferDebugInstrRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 330 unsigned InstNo = 0; in getInstructionIndex() local 333 InstNumbers[&BBI] = InstNo++; in getInstructionIndex()
|