Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp55 ConditionVectorTy Conditions; member in __anonfe4de1c30111::ControlConditions
70 bool isUnconditional() const { return Conditions.empty(); } in isUnconditional()
73 const ConditionVectorTy &getControlConditions() const { return Conditions; } in getControlConditions()
115 ControlConditions Conditions; in collectControlConditions() local
120 return Conditions; in collectControlConditions()
145 Inserted = Conditions.addControlCondition( in collectControlConditions()
151 Inserted = Conditions.addControlCondition( in collectControlConditions()
165 return Conditions; in collectControlConditions()
170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
173 Conditions.push_back(C); in addControlCondition()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp130 ConditionsTy &Conditions) { in recordCondition() argument
143 Conditions.push_back({Cmp, From->getTerminator()->getSuccessor(0) == To in recordCondition()
153 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument
159 recordCondition(CB, From, To, Conditions); in recordConditions()
165 static void addConditions(CallBase &CB, const ConditionsTy &Conditions) { in addConditions() argument
166 for (const auto &Cond : Conditions) { in addConditions()
471 ConditionsTy Conditions; in shouldSplitOnPredicatedArgument() local
473 recordCondition(CB, Pred, CB.getParent(), Conditions); in shouldSplitOnPredicatedArgument()
475 recordConditions(CB, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
476 PredsCS.push_back({Pred, Conditions}); in shouldSplitOnPredicatedArgument()
H A DStructurizeCFG.cpp298 BranchVector Conditions; member in __anone8c890770111::StructurizeCFG
598 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions()
1077 Conditions.push_back(Br); in wireFlow()
1133 Conditions.clear(); in createFlow()
1313 Conditions.clear(); in run()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp105 json::Array Conditions; in gatherConditions() local
107 Conditions.push_back(Record.isConditionIndependencePairCovered(c)); in gatherConditions()
108 return Conditions; in gatherConditions()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h320 SmallVector<std::unique_ptr<PredicateMatcher>, 1> Conditions; variable
370 assert(!Conditions.empty() && in popFirstCondition()
372 std::unique_ptr<PredicateMatcher> P = std::move(Conditions.front()); in popFirstCondition()
373 Conditions.erase(Conditions.begin()); in popFirstCondition()
377 assert(!Conditions.empty() && in getFirstCondition()
379 return *Conditions.front(); in getFirstCondition()
381 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition()
H A DGlobalISelMatchTable.cpp492 assert(Conditions.empty() && "Already finalized?"); in finalize()
507 Conditions.push_back(FirstRule.popFirstCondition()); in finalize()
515 if (!Conditions.empty()) { in emit()
521 for (auto &Condition : Conditions) in emit()
529 if (!Conditions.empty()) in emit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4952 bool HasConds = !Outer->Conditions.empty();
4954 HasConds ? Outer->Conditions[Idx]
4985 ArrayRef<EffectConditionExpr> Conditions;
4993 : Effects(FX), Conditions(Conds) {}
5010 ArrayRef<EffectConditionExpr> conditions() const { return Conditions; }
5019 return LHS.Effects == RHS.Effects && LHS.Conditions == RHS.Conditions;
5114 SmallVector<EffectConditionExpr> Conditions;
5120 : Effects(FX.effects()), Conditions(FX.conditions()) {}
5130 operator FunctionEffectsRef() const { return {Effects, Conditions}; }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3954 bool HasConds = !epi.FunctionEffects.Conditions.empty(); in Profile()
3963 ID.AddPointer(epi.FunctionEffects.Conditions[Idx].getCondition()); in Profile()
5509 if (NewCondition || !Conditions.empty()) { in insert()
5510 if (Conditions.empty() && !Effects.empty()) in insert()
5511 Conditions.resize(Effects.size()); in insert()
5512 Conditions.insert(Conditions.begin() + InsertIdx, in insert()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod220 Section B.3.6 Generation of Probable Primes with Conditions Based on
H A Dossl-guide-migration.pod400 to the FIPS186-4 B.3.6 method (Generation of Probable Primes with Conditions
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td53 // Conditions
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp390 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
391 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h600 NodeArray Conditions; variable
603 : Node(KEnableIfAttr), Conditions(Conditions_) {} in EnableIfAttr()
605 template<typename Fn> void match(Fn F) const { F(Conditions); } in match()
609 Conditions.printWithComma(OB); in printLeft()
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md123 ## Boolean Conditions {#boolean}
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1862 J. Tartar Graph Coloring Conditions for the
3022 R. R. Meyer New Sufficient Optimality Conditions for
H A Dfunstack.in8001 …e important theorems on the consecutive retrieval property are proved. Conditions under which the …
13983 …title = "Graph Coloring Conditions for the Existence of Solutions to the Timetable Problem",
23048 …title = "New Sufficient Optimality Conditions for Integer Programming and Their Application…
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td386 // SPARC Flag Conditions
/freebsd/contrib/wpa/hostapd/
H A DChangeLog212 - added support for Terms and Conditions
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td493 // VE Flag Conditions
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog262 - added support for Terms and Conditions
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2165 // that each condition has two names. Conditions "o" and "no" are not used.
/freebsd/contrib/flex/
H A DChangeLog3084 …r @setfilename, so that @set values are correctly evaluated. (Start Conditions, Performance, Le…
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES7654 Conditions were reversed for the Priority: header, resulting in all