Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h101 bool Splitable : 1; // Splitting the loop will break dependence. member
104 PeelLast(false), Splitable(false), Distance(nullptr) { } in DVEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp310 return DV[Level - 1].Splitable; in isSplitable()
592 bool Splitable = false; in dump() local
610 Splitable = true; in dump()
639 if (Splitable) in dump()
1311 Result.DV[Level].Splitable = true; in weakCrossingSIVtest()
1364 Result.DV[Level].Splitable = false; in weakCrossingSIVtest()