Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h222 bool LoopIndependent,
230 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent()
271 bool LoopIndependent; variable
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp235 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3659 Result.LoopIndependent = false; in depends()