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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 139 /// isLoopIndependent - Returns true if this is a loop-independent
141 virtual bool isLoopIndependent() const { return true; }
220 /// isLoopIndependent - Returns true if this is a loop-independent
222 bool isLoopIndependent() const override { return LoopIndependent; }
DependenceAnalysis.h 139 /// isLoopIndependent - Returns true if this is a loop-independent
141 virtual bool isLoopIndependent() const { return true; }
220 /// isLoopIndependent - Returns true if this is a loop-independent
222 bool isLoopIndependent() const override { return LoopIndependent; }

Completed in 33 milliseconds