Searched defs:OptSizeThreshold (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp54 const int OptSizeThreshold = 75; variable
266 OptSizeThreshold < thres)
267 thres = OptSizeThreshold;

Completed in 382 milliseconds