OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentthreshold
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp
63
CurrentThreshold
= (T == -1) ? UnrollThreshold : unsigned(T);
91
unsigned
CurrentThreshold
;
95
bool UserThreshold; //
CurrentThreshold
is user-specified.
125
UP.Threshold =
CurrentThreshold
;
127
UP.PartialThreshold =
CurrentThreshold
;
159
Threshold = UserThreshold ?
CurrentThreshold
: UP.Threshold;
160
PartialThreshold = UserThreshold ?
CurrentThreshold
: UP.PartialThreshold;
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar
Completed in 90 milliseconds