Home
last modified time | relevance | path

Searched refs:LiveInReg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h150 struct LiveInReg { struct
158 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument
243 SmallVector<LiveInReg, 4> LiveIns;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp780 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()
1037 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()
1140 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()
1148 TBI.LiveIns.push_back(LiveInReg(RU.RegUnit, RU.Cycle)); in computeInstrHeights()
H A DMachineVerifier.cpp3003 MCPhysReg LiveInReg = P.PhysReg; in visitMachineFunctionAfter() local
3004 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter()
3005 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()
3009 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
3012 errs() << TRI->getName(LiveInReg) in visitMachineFunctionAfter()