HomeSort by relevance Sort by last modified time
    Searched refs:FullDependence (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
77 // Dependence. Currently, FullDependence relies on the copy constructor, but
212 /// FullDependence - This class represents a dependence between two memory
220 class FullDependence final : public Dependence {
222 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
225 FullDependence(FullDependence &&RHS)
290 /// FullDependence) with as much information as can be gleaned.
598 FullDependence &Result) const;
613 FullDependence &Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 61 /// represents a confused dependence (see also FullDependence). In most
207 /// FullDependence - This class represents a dependence between two memory
215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
280 /// FullDependence) with as much information as can be gleaned.
588 FullDependence &Result) const;
603 FullDependence &Result,
618 FullDependence &Result) const;
626 FullDependence &Result) const;
641 FullDependence &Result
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 234 // FullDependence methods
236 FullDependence::FullDependence(Instruction *Source, Instruction *Destination,
249 unsigned FullDependence::getDirection(unsigned Level) const {
256 const SCEV *FullDependence::getDistance(unsigned Level) const {
265 bool FullDependence::isScalar(unsigned Level) const {
273 bool FullDependence::isPeelFirst(unsigned Level) const {
281 bool FullDependence::isPeelLast(unsigned Level) const {
288 bool FullDependence::isSplitable(unsigned Level) const {
    [all...]

Completed in 93 milliseconds