Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp42 using ControlCondition = PointerIntPair<Value *, 1, bool>; typedef
53 using ConditionVectorTy = SmallVector<ControlCondition, 6>;
78 bool addControlCondition(ControlCondition C);
85 static bool isEquivalent(const ControlCondition &C1,
86 const ControlCondition &C2);
144 ControlCondition(BI->getCondition(), true)); in collectControlConditions()
150 ControlCondition(BI->getCondition(), false)); in collectControlConditions()
166 bool ControlConditions::addControlCondition(ControlCondition C) { in addControlCondition()
168 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
186 return all_of(Conditions, [&](const ControlCondition &C) { in isEquivalent()
[all …]