Home
last modified time | relevance | path

Searched refs:isLoopIndependent (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h141 virtual bool isLoopIndependent() const { return true; } in isLoopIndependent() function
222 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp340 else if (D->isOrdered() && !D->isLoopIndependent()) { in createMemoryDependencyEdges()
H A DLoopCacheAnalysis.cpp226 if (D->isLoopIndependent()) { in hasTemporalReuse()
H A DDependenceAnalysis.cpp636 if (isLoopIndependent()) in dump()