Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h146 virtual bool isLoopIndependent() const { return true; } in isLoopIndependent() function
232 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent() function