Home
last modified time | relevance | path

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

/openbsd/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