OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DVEntry
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
232
DV = CommonLevels ? new
DVEntry
[CommonLevels] : NULL;
599
if (Direction ==
DVEntry
::ALL)
602
if (Direction &
DVEntry
::LT)
604
if (Direction &
DVEntry
::EQ)
606
if (Direction &
DVEntry
::GT)
[
all
...]
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
80
/// Dependence::
DVEntry
- Each level in the distance/direction vector
83
struct
DVEntry
{
98
DVEntry
() : Direction(ALL), Scalar(true), PeelFirst(false),
153
virtual unsigned getDirection(unsigned Level) const { return
DVEntry
::ALL; }
273
DVEntry
*DV;
[
all
...]
Completed in 66 milliseconds