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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 222 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
227 LoopIndependent(RHS.LoopIndependent), Consistent(RHS.Consistent),
232 bool isLoopIndependent() const override { return LoopIndependent; }
274 bool LoopIndependent;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 234 LoopIndependent(PossiblyLoopIndependent) {
    [all...]

Completed in 74 milliseconds