Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp55 static cl::opt<unsigned> MaxStatepointsWithRegs( variable
623 if (MaxStatepointsWithRegs.getNumOccurrences() && in runOnMachineFunction()
624 NumStatepoints >= MaxStatepointsWithRegs) in runOnMachineFunction()