Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h220 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
226 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent()
268 bool LoopIndependent; variable
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp234 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3677 Result.LoopIndependent = false; in depends()