HomeSort by relevance Sort by last modified time
    Searched defs:isLoopIndependent (Results 1 - 9 of 9) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 1893 milliseconds