Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp41 using ControlCondition = PointerIntPair<Value *, 1, bool>; typedef
52 using ConditionVectorTy = SmallVector<ControlCondition, 6>;
77 bool addControlCondition(ControlCondition C);
84 static bool isEquivalent(const ControlCondition &C1,
85 const ControlCondition &C2);
146 ControlCondition(BI->getCondition(), true)); in collectControlConditions()
152 ControlCondition(BI->getCondition(), false)); in collectControlConditions()
168 bool ControlConditions::addControlCondition(ControlCondition C) { in addControlCondition()
170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
188 return all_of(Conditions, [&](const ControlCondition &C) { in isEquivalent()
[all …]