OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullDependence
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
60
/// represents a confused dependence (see also
FullDependence
). In most
210
///
FullDependence
- This class represents a dependence between two memory
218
class
FullDependence
: public Dependence {
220
FullDependence
(Instruction *Src,
224
~
FullDependence
() {
286
///
FullDependence
) with as much information as can be gleaned.
586
FullDependence
&Result) const;
601
FullDependence
&Result,
616
FullDependence
&Result) const;
624
FullDependence
&Result) const
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
227
//
FullDependence
methods
229
FullDependence
::
FullDependence
(Instruction *Source,
243
unsigned
FullDependence
::getDirection(unsigned Level) const {
250
const SCEV *
FullDependence
::getDistance(unsigned Level) const {
259
bool
FullDependence
::isScalar(unsigned Level) const {
267
bool
FullDependence
::isPeelFirst(unsigned Level) const {
275
bool
FullDependence
::isPeelLast(unsigned Level) const {
282
bool
FullDependence
::isSplitable(unsigned Level) const {
[
all
...]
Completed in 2320 milliseconds