Searched refs:AllowGCPtrInCSR (Results 1 – 1 of 1) sorted by relevance
324 bool AllowGCPtrInCSR; member in __anon2f435cf10211::StatepointState336 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument339 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()389 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !GCRegs.contains(Reg))) in findRegistersToSpill()490 if (AllowGCPtrInCSR) { in rewriteStatepoint()496 if (!AllowGCPtrInCSR) { in rewriteStatepoint()528 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()572 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument583 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()614 bool AllowGCPtrInCSR = PassGCPtrInCSR; in run() local[all …]