HomeSort by relevance Sort by last modified time
    Searched refs:FullDependence (Results 1 - 4 of 4) 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...]
  /external/swiftshader/third_party/llvm-7.0/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.
599 FullDependence &Result) const;
614 FullDependence &Result,
629 FullDependence &Result) const;
637 FullDependence &Result) const;
652 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...]
  /external/swiftshader/third_party/llvm-7.0/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 325 milliseconds