Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h106 bool Splitable : 1; // Splitting the loop will break dependence. member
109 PeelLast(false), Splitable(false), Distance(nullptr) { } in DVEntry()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp290 return DV[Level - 1].Splitable; in isSplitable()
571 bool Splitable = false; in dump() local
589 Splitable = true; in dump()
618 if (Splitable) in dump()
1232 Result.DV[Level].Splitable = true; in weakCrossingSIVtest()
1285 Result.DV[Level].Splitable = false; in weakCrossingSIVtest()