Searched refs:AllowGCPtrInCSR (Results 1 – 1 of 1) sorted by relevance
326 bool AllowGCPtrInCSR; member in __anon2f435cf10211::StatepointState338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument341 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()391 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !GCRegs.contains(Reg))) in findRegistersToSpill()493 if (AllowGCPtrInCSR) { in rewriteStatepoint()499 if (!AllowGCPtrInCSR) { in rewriteStatepoint()531 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()575 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument586 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()620 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local[all …]