Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h228 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
233 bool isLoopIndependent() const override { return LoopIndependent; } in isLoopIndependent()
285 bool LoopIndependent; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp269 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3955 Result.LoopIndependent = false; in depends()