Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h138 virtual bool isLoopIndependent() const { return true; } in isLoopIndependent() function
219 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp341 else if (D->isOrdered() && !D->isLoopIndependent()) { in createMemoryDependencyEdges()
H A DLoopCacheAnalysis.cpp235 if (D->isLoopIndependent()) { in hasTemporalReuse()
H A DDependenceAnalysis.cpp638 if (isLoopIndependent()) in dump()