HomeSort by: relevance | last modified time | path
    Searched refs:isLoopIndependent (Results 1 - 4 of 4) 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; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceGraphBuilder.cpp 340 else if (D->isOrdered() && !D->isLoopIndependent()) {
LoopCacheAnalysis.cpp 226 if (D->isLoopIndependent()) {
DependenceAnalysis.cpp 636 if (isLoopIndependent())

Completed in 34 milliseconds