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
297
///
getSplitIteration
- Give a dependence that's splittable at some
325
/// Calling
getSplitIteration
will return 5.
337
const SCEV *
getSplitIteration
(const Dependence &Dep, unsigned Level);
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
173
OS << ", iteration = " << *DA->
getSplitIteration
(*D, Level);
[
all
...]
Completed in 141 milliseconds