Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h96 bool Splitable : 1; // Splitting the loop will break dependence. member
99 PeelLast(false), Splitable(false), Distance(nullptr) { } in DVEntry()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp284 return DV[Level - 1].Splitable; in isSplitable()
576 bool Splitable = false; in dump() local
594 Splitable = true; in dump()
623 if (Splitable) in dump()
1181 Result.DV[Level].Splitable = true; in weakCrossingSIVtest()
1236 Result.DV[Level].Splitable = false; in weakCrossingSIVtest()