Lines Matching refs:AllowGCPtrInCSR
325 bool AllowGCPtrInCSR; member in __anon9d3c0ba50211::StatepointState
337 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
340 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
390 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !is_contained(GCRegs, Reg))) in findRegistersToSpill()
491 if (AllowGCPtrInCSR) { in rewriteStatepoint()
497 if (!AllowGCPtrInCSR) { in rewriteStatepoint()
529 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()
573 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument
584 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
618 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local
623 AllowGCPtrInCSR = false; in runOnMachineFunction()
624 Changed |= SPP.process(*I, AllowGCPtrInCSR); in runOnMachineFunction()