Searched refs:isSSA (Results 1 – 16 of 16) sorted by relevance
123 assert(F.getRegInfo().isSSA() && "Expected to be run on SSA form!"); in computeMachineUniformityInfo()
625 if (!MRI->isSSA()) in runOnMachineFunction()
343 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()
458 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()
2523 if (MRI->isSSA() && Reg.isVirtual() && in checkLiveness()
348 assert(MRI->isSSA()); in runOnMachineFunction()
536 assert(MRI->isSSA() && "Expected to be run on SSA form!"); in runOnMachineFunction()
2773 if (MRI->isSSA()) in optimizeCmpPostRA()3375 if (MRI->isSSA()) { in getForwardingDefMI()3488 if (MRI.isSSA()) { in fixupIsDeadOrKill()3592 bool PostRA = !MRI->isSSA(); in foldFrameOffset()3802 bool PostRA = !MRI->isSSA(); in convertToImmediateForm()4456 if (MRI.isSSA()) in isUseMIElgibleForForwarding()4521 if (MRI.isSSA()) in isRegElgibleForForwarding()4612 bool PostRA = !MRI->isSSA(); in simplifyToLI()4849 bool PostRA = !MRI->isSSA(); in transformToNewImmFormFedByAdd()4985 bool PostRA = !MRI.isSSA(); in transformToImmFormFedByAdd()[all …]
147 assert(MRI->isSSA() && "Can only do this while the function is in SSA form."); in splitMBB()
333 static bool isSSA(const MachineFunction &MF) { in isSSA() function380 if (isSSA(MF)) in computeFunctionProperties()
686 assert(MRI->isSSA()); in runOnMachineFunction()
739 assert(MRI->isSSA() && "Expected MIR to be in SSA form"); in runOnMachineFunction()
670 assert(MRI->isSSA() && "Expected MIR to be in SSA form"); in runOnMachineFunction()
197 bool isSSA() const { in isSSA() function
2308 assert(MRI.isSSA()); in expandMovDPP64()8153 assert(MRI.isSSA()); in getVRegSubRegDef()8190 assert(MRI.isSSA() && "Must be run on SSA"); in execMayBeModifiedBeforeUse()8222 assert(MRI.isSSA() && "Must be run on SSA"); in execMayBeModifiedBeforeAnyUse()
1971 assert (MRI.isSSA() && "Huge values only handled before reg-alloc ."); in loadImmediate()