Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp373 SmallSet<Register, 8> GCRegs; in findRegistersToSpill() local
377 GCRegs.insert(Def.getReg()); in findRegistersToSpill()
391 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !is_contained(GCRegs, Reg))) in findRegistersToSpill()