Home
last modified time | relevance | path

Searched defs:isLoopIndependent (Results 1 – 1 of 1) 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