Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp314 static cl::opt<unsigned> PGOFunctionSizeThreshold( variable
1859 if (F.getInstructionCount() < PGOFunctionSizeThreshold) in skipPGOGen()