Home
last modified time | relevance | path

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

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