Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h141 virtual bool isLoopIndependent() const { return true; } in isLoopIndependent() function
240 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp339 else if (D->isOrdered() && !D->isLoopIndependent()) { in createMemoryDependencyEdges()
H A DLoopCacheAnalysis.cpp234 if (D->isLoopIndependent()) { in hasTemporalReuse()
H A DDependenceAnalysis.cpp720 if (isLoopIndependent()) in dump()