OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collectUpperBound
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
558
///
collectUpperBound
- All subscripts are the same type (on my machine,
559
/// an i64). The loop bound may be a smaller type.
collectUpperBound
563
const SCEV *
collectUpperBound
(const Loop *l, Type *T) const;
565
/// collectConstantUpperBound - Calls
collectUpperBound
(), then
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
924
const SCEV *DependenceAnalysis::
collectUpperBound
(const Loop *L,
934
// Calls
collectUpperBound
(), then attempts to cast it to SCEVConstant.
939
if (const SCEV *UB =
collectUpperBound
(L, T))
[
all
...]
Completed in 25 milliseconds