OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSplitIteration
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
294
///
getSplitIteration
- Give a dependence that's splittable at some
322
/// Calling
getSplitIteration
will return 5.
334
const SCEV *
getSplitIteration
(const Dependence *Dep, unsigned Level);
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
171
OS << ", iteration = " << *DA->
getSplitIteration
(D, Level);
[
all
...]
Completed in 27 milliseconds