Home
last modified time | relevance | path

Searched refs:AllowGCPtrInCSR (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp326 bool AllowGCPtrInCSR; member in __anon7223b73e0211::StatepointState
338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
341 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() argument
585 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
619 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local
624 AllowGCPtrInCSR = false; in runOnMachineFunction()
[all …]