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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h134 /// isLoopIndependent - Returns true if this is a loop-independent
136 virtual bool isLoopIndependent() const { return true; } function in class:llvm::Dependence
228 /// isLoopIndependent - Returns true if this is a loop-independent
230 bool isLoopIndependent() const override { return LoopIndependent; }
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp620 if (isLoopIndependent())

Completed in 114 milliseconds