Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h222 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
227 LoopIndependent(RHS.LoopIndependent), Consistent(RHS.Consistent), in FullDependence()
232 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent()
274 bool LoopIndependent; variable
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp240 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3674 Result.LoopIndependent = false; in depends()