Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp59 static cl::opt<unsigned> MaxStatepointsWithRegs( variable
621 if (MaxStatepointsWithRegs.getNumOccurrences() && in runOnMachineFunction()
622 NumStatepoints >= MaxStatepointsWithRegs) in runOnMachineFunction()