Home
last modified time | relevance | path

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

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