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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 134 /// isLoopIndependent - Returns true if this is a loop-independent
136 virtual bool isLoopIndependent() const { return true; }
228 /// isLoopIndependent - Returns true if this is a loop-independent
230 bool isLoopIndependent() const override { return LoopIndependent; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 620 if (isLoopIndependent())
    [all...]

Completed in 76 milliseconds