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

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

Completed in 37 milliseconds