Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp898 std::optional<bool> StaticallyGreater = in addBranches() local
901 if (!StaticallyGreater) { in addBranches()
904 } else if (*StaticallyGreater == false) { in addBranches()
1987 std::optional<bool> StaticallyGreater = in fixupBranches() local
1989 if (!StaticallyGreater) { in fixupBranches()
1993 } else if (*StaticallyGreater == false) { in fixupBranches()