Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp877 std::optional<bool> StaticallyGreater = in addBranches() local
880 if (!StaticallyGreater) { in addBranches()
883 } else if (*StaticallyGreater == false) { in addBranches()
1960 std::optional<bool> StaticallyGreater = in fixupBranches() local
1962 if (!StaticallyGreater) { in fixupBranches()
1966 } else if (*StaticallyGreater == false) { in fixupBranches()