Searched refs:AllowGCPtrInCSR (Results 1 – 1 of 1) sorted by relevance
325 bool AllowGCPtrInCSR; member in __anona19089fc0211::StatepointState337 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument340 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() argument584 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()618 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local[all …]