Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h136 virtual bool isLoopIndependent() const { return true; } in isLoopIndependent() function
230 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent() function
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp620 if (isLoopIndependent()) in dump()