Lines Matching refs:AllowGCPtrInCSR
326 bool AllowGCPtrInCSR; member in __anonc597c0210211::StatepointState
338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
341 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
391 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !is_contained(GCRegs, Reg))) in findRegistersToSpill()
492 if (AllowGCPtrInCSR) { in rewriteStatepoint()
498 if (!AllowGCPtrInCSR) { in rewriteStatepoint()
530 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()
574 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument
585 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
619 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local
624 AllowGCPtrInCSR = false; in runOnMachineFunction()
625 Changed |= SPP.process(*I, AllowGCPtrInCSR); in runOnMachineFunction()