Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
222 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent()
264 bool LoopIndependent; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp260 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3861 Result.LoopIndependent = false; in depends()