OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptSizeThreshold
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetTransformInfo.h
200
unsigned
OptSizeThreshold
;
205
///
OptSizeThreshold
, but used for partial/runtime unrolling (set to UINT_MAX
/external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp
126
UP.
OptSizeThreshold
= OptSizeUnrollThreshold;
165
Threshold = UP.
OptSizeThreshold
;
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
63
const int
OptSizeThreshold
= 75;
275
OptSizeThreshold
< thres)
276
thres =
OptSizeThreshold
;
Completed in 330 milliseconds