Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp55 static cl::opt<unsigned> MaxStatepointsWithRegs( variable
622 if (MaxStatepointsWithRegs.getNumOccurrences() && in runOnMachineFunction()
623 NumStatepoints >= MaxStatepointsWithRegs) in runOnMachineFunction()