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.cpp884 std::optional<bool> StaticallyGreater = in addBranches() local
887 if (!StaticallyGreater) { in addBranches()
890 } else if (*StaticallyGreater == false) { in addBranches()
1968 std::optional<bool> StaticallyGreater = in fixupBranches() local
1970 if (!StaticallyGreater) { in fixupBranches()
1974 } else if (*StaticallyGreater == false) { in fixupBranches()