Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h99 bool Splitable : 1; // Splitting the loop will break dependence. member
103 Splitable(false) {} in DVEntry()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp375 return DV[Level - 1].Splitable; in isSplitable()
657 bool Splitable = false; in dump() local
675 Splitable = true; in dump()
704 if (Splitable) in dump()
1396 Result.DV[Level].Splitable = true; in weakCrossingSIVtest()
1449 Result.DV[Level].Splitable = false; in weakCrossingSIVtest()