HomeSort by: relevance | last modified time | path
    Searched refs:FullDependence (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/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,
284 /// FullDependence) with as much information as can be gleaned.
603 FullDependence &Result) const;
618 FullDependence &Result,
633 FullDependence &Result) const;
641 FullDependence &Result) const;
656 FullDependence &Result
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 254 // FullDependence methods
256 FullDependence::FullDependence(Instruction *Source, Instruction *Destination,
269 unsigned FullDependence::getDirection(unsigned Level) const {
276 const SCEV *FullDependence::getDistance(unsigned Level) const {
285 bool FullDependence::isScalar(unsigned Level) const {
293 bool FullDependence::isPeelFirst(unsigned Level) const {
301 bool FullDependence::isPeelLast(unsigned Level) const {
308 bool FullDependence::isSplitable(unsigned Level) const {
1099 FullDependence &Result) const
    [all...]

Completed in 25 milliseconds