Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp623 if (isLoopIndependent()) in dump()