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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
222 bool isLoopIndependent() const override { return LoopIndependent; }
264 bool LoopIndependent;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 260 LoopIndependent(PossiblyLoopIndependent) {
3856 // Make sure the LoopIndependent flag is set correctly.
3861 Result.LoopIndependent = false;

Completed in 25 milliseconds