Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h140 virtual bool isLoopIndependent() const { return true; } in isLoopIndependent() function
233 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp341 else if (D->isOrdered() && !D->isLoopIndependent()) { in createMemoryDependencyEdges()
H A DLoopCacheAnalysis.cpp234 if (D->isLoopIndependent()) { in hasTemporalReuse()
H A DDependenceAnalysis.cpp701 if (isLoopIndependent()) in dump()