Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h140 struct LiveInReg { struct
148 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument
233 SmallVector<LiveInReg, 4> LiveIns;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp766 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()
1027 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()
1133 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()
1142 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle)); in computeInstrHeights()
H A DMachineVerifier.cpp2876 MCPhysReg LiveInReg = P.PhysReg; in visitMachineFunctionAfter() local
2877 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter()
2878 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()
2882 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
2885 errs() << TRI->getName(LiveInReg) in visitMachineFunctionAfter()