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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp882 std::optional<bool> StaticallyGreater = local
885 if (!StaticallyGreater) {
888 } else if (*StaticallyGreater == false) {
1965 std::optional<bool> StaticallyGreater = local
1967 if (!StaticallyGreater) {
1971 } else if (*StaticallyGreater == false) {

Completed in 163 milliseconds