Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h97 bool Splitable : 1; // Splitting the loop will break dependence. member
101 Splitable(false) {} in DVEntry()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp312 return DV[Level - 1].Splitable; in isSplitable()
594 bool Splitable = false; in dump() local
612 Splitable = true; in dump()
641 if (Splitable) in dump()
1333 Result.DV[Level].Splitable = true; in weakCrossingSIVtest()
1386 Result.DV[Level].Splitable = false; in weakCrossingSIVtest()