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