Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h157 struct LiveInReg { struct
165 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument
250 SmallVector<LiveInReg, 4> LiveIns;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp808 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()
1065 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()
1168 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()
1176 TBI.LiveIns.push_back(LiveInReg(RU.RegUnit, RU.Cycle)); in computeInstrHeights()
H A DMachineVerifier.cpp3466 MCRegister LiveInReg = P.PhysReg; in visitMachineFunctionAfter() local
3467 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter()
3468 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()
3472 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
3475 OS << TRI->getName(LiveInReg) << " not found to be live out from " in visitMachineFunctionAfter()