Searched refs:isSSA (Results 1 – 7 of 7) sorted by relevance
106 bool isSSA() const { return IsSSA; } in isSSA() function
413 if (MRI->isSSA()) { in visitMachineBasicBlockBefore()837 if (MRI->isSSA() && TargetRegisterInfo::isVirtualRegister(Reg) && in checkLiveness()1028 if (MRI->isSSA() && !MF->empty()) { in visitMachineFunctionAfter()
290 OS << (RegInfo->isSSA() ? "SSA" : "Post SSA"); in print()
520 if (!MRI->isSSA()) in runOnMachineFunction()
129 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()
1125 assert(!MRI->isSSA() && "regalloc requires leaving SSA"); in runOnMachineFunction()
331 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()