Searched refs:AllowGCPtrInCSR (Results 1 – 1 of 1) sorted by relevance
325 bool AllowGCPtrInCSR; member in __anon9d3c0ba50211::StatepointState337 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument340 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()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() local623 AllowGCPtrInCSR = false; in runOnMachineFunction()[all …]