HomeSort by relevance Sort by last modified time
    Searched defs: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/swiftshader/third_party/llvm-7.0/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; }
    [all...]

Completed in 85 milliseconds