OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIV
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
600
SimplifyIndvar
SIV
(LI->getLoopFor(CurrIV->getParent()), SE, DT, LI, Dead);
601
SIV
.simplifyUsers(CurrIV, V);
602
return
SIV
.hasChanged();
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
323
/// found by the weak-crossing
SIV
test. The dependence will have a flag,
351
enum ClassificationKind { ZIV,
SIV
, RDIV, MIV, NonLinear } Classification;
580
/// and classifies it as either ZIV,
SIV
, RDIV, MIV, or Nonlinear.
597
/// testSIV - Tests the
SIV
subscript pair (Src and Dst) for dependence.
635
/// strongSIVtest - Tests the strong
SIV
subscript pair (Src and Dst)
651
/// weakCrossingSIVtest - Tests the weak-crossing
SIV
subscript pair
670
/// ExactSIVtest - Tests the
SIV
subscript pair
688
/// weakZeroSrcSIVtest - Tests the weak-zero
SIV
subscript pair
706
/// weakZeroDstSIVtest - Tests the weak-zero
SIV
subscript pair
748
/// ordinary
SIV
tests
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
83
STATISTIC(StrongSIVapplications, "Strong
SIV
applications");
84
STATISTIC(StrongSIVsuccesses, "Strong
SIV
successes");
85
STATISTIC(StrongSIVindependence, "Strong
SIV
independence");
86
STATISTIC(WeakCrossingSIVapplications, "Weak-Crossing
SIV
applications");
87
STATISTIC(WeakCrossingSIVsuccesses, "Weak-Crossing
SIV
successes");
88
STATISTIC(WeakCrossingSIVindependence, "Weak-Crossing
SIV
independence");
89
STATISTIC(ExactSIVapplications, "Exact
SIV
applications");
90
STATISTIC(ExactSIVsuccesses, "Exact
SIV
successes");
91
STATISTIC(ExactSIVindependence, "Exact
SIV
independence");
92
STATISTIC(WeakZeroSIVapplications, "Weak-Zero
SIV
applications")
[
all
...]
Completed in 2824 milliseconds