Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h141 struct LiveInReg { struct
149 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() argument
234 SmallVector<LiveInReg, 4> LiveIns;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp767 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath()
1029 for (LiveInReg &LI : TBI.LiveIns) { in computeInstrHeights()
1135 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights()
1144 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle)); in computeInstrHeights()
H A DMachineVerifier.cpp2639 MCPhysReg LiveInReg = P.PhysReg; in visitMachineFunctionAfter() local
2640 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter()
2641 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()
2645 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
2648 errs() << TRI->getName(LiveInReg) in visitMachineFunctionAfter()