Home
last modified time | relevance | path

Searched refs:isLoopIndependent (Results 1 – 2 of 2) 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
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp615 if (isLoopIndependent()) in dump()