Home
last modified time | relevance | path

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