Lines Matching refs:RegInfo
68 RegInfo = new (Allocator) MachineRegisterInfo(this); in MachineFunction()
70 RegInfo = nullptr; in MachineFunction()
116 if (RegInfo) { in ~MachineFunction()
117 RegInfo->~MachineRegisterInfo(); in ~MachineFunction()
118 Allocator.Deallocate(RegInfo); in ~MachineFunction()
365 if (RegInfo) { in print()
366 OS << (RegInfo->isSSA() ? "SSA" : "Post SSA"); in print()
367 if (!RegInfo->tracksLiveness()) in print()
384 if (RegInfo && !RegInfo->livein_empty()) { in print()
387 I = RegInfo->livein_begin(), E = RegInfo->livein_end(); I != E; ++I) { in print()
632 const TargetRegisterInfo *RegInfo = MF.getSubtarget().getRegisterInfo(); in estimateStackSize() local
665 (RegInfo->needsStackRealignment(MF) && getObjectIndexEnd() != 0)) in estimateStackSize()