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.h100 bool Splitable : 1; // Splitting the loop will break dependence. member
104 Splitable(false) {} in DVEntry()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp394 return DV[Level - 1].Splitable; in isSplitable()
676 bool Splitable = false; in dump() local
694 Splitable = true; in dump()
723 if (Splitable) in dump()
1415 Result.DV[Level].Splitable = true; in weakCrossingSIVtest()
1468 Result.DV[Level].Splitable = false; in weakCrossingSIVtest()