Searched refs:AllowGCPtrInCSR (Results 1 – 1 of 1) sorted by relevance
326 bool AllowGCPtrInCSR; member in __anon7223b73e0211::StatepointState338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument341 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()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() argument585 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()619 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local624 AllowGCPtrInCSR = false; in runOnMachineFunction()[all …]