Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp143 bool isBottom() const { return Kind == Bottom; } in isBottom() function in __anonfe19b4d40111::LatticeCell
483 if (isBottom()) { in print()
503 if (L.isBottom()) in meet()
505 if (isBottom() || L.isTop()) in meet()
530 if (isBottom()) in add()
587 if (isBottom()) in properties()
623 Changed = !T.isBottom(); in visitPHI()
658 if (DefC.isBottom()) in visitPHI()
692 Changed = !T.isBottom(); in visitNonBranch()
1066 return !RC.isBottom(); in getCell()
[all …]