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.cpp56 static cl::opt<unsigned> MaxStatepointsWithRegs( variable
617 if (MaxStatepointsWithRegs.getNumOccurrences() && in run()
618 NumStatepoints >= MaxStatepointsWithRegs) in run()