Searched refs:Pairs (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp88 std::vector<const PairType*> Pairs; local
90 Pairs.push_back(&P);
91 llvm::sort(Pairs, deref<std::less<PairType>>());
94 for (unsigned i = 0, e = Pairs.size(); i != e; ++i) {
95 const PairType *P = Pairs[i];
180 std::vector<const PairType*> Pairs; local
182 Pairs.push_back(&P);
183 llvm::sort(Pairs, deref<std::less<PairType>>());
186 for (unsigned i = 0, e = Pairs.size(); i != e; ++i) {
187 const PairType *P = Pairs[
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h91 /// Pairs defines a sequence of possible NFA transitions for a single DFA
93 void transition(ArrayRef<NfaStatePair> Pairs) { argument
101 auto PI = lower_bound(Pairs, NfaStatePair{Head->State, 0ULL});
102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX});
136 ArrayRef<NfaStatePair> Pairs(&TransitionInfo[TransitionInfoIdx],
138 transition(Pairs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp131 std::vector<VariablePattern::SuspiciousClonePair> Pairs; local
150 Pairs.push_back(ClonePair);
166 for (VariablePattern::SuspiciousClonePair &Pair : Pairs) {
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Dacfileio.c643 UINT32 Pairs = 0; local
663 Pairs++;
670 if (!Pairs)
684 AcpiOsPrintf ("All LFs (%u) were changed to CR/LF pairs\n", Pairs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp812 void DependenceInfo::unifySubscriptType(ArrayRef<Subscript *> Pairs) { argument
819 for (Subscript *Pair : Pairs) {
844 for (Subscript *Pair : Pairs) {
3536 unsigned Pairs = 1; local
3537 SmallVector<Subscript, 2> Pair(Pairs);
3548 Pairs = Pair.size();
3552 for (unsigned P = 0; P < Pairs; ++P) {
3555 Pair[P].Group.resize(Pairs);
3571 SmallBitVector Separable(Pairs);
3572 SmallBitVector Coupled(Pairs);
3937 unsigned Pairs = 1; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h530 void unifySubscriptType(ArrayRef<Subscript *> Pairs);

Completed in 106 milliseconds