Searched refs:Filtered (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 252 multilib_list Filtered = filterCopy([&FlagSet](const Multilib &M) { in select() local 262 if (Filtered.empty()) in select() 264 if (Filtered.size() == 1) { in select() 265 M = Filtered[0]; in select() 270 llvm::sort(Filtered.begin(), Filtered.end(), in select() 275 if (Filtered[0].priority() > Filtered[1].priority()) { in select() 276 M = Filtered[0]; in select()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 91 std::vector<std::unique_ptr<ClassLayout>> Filtered; in filterAndSortClassDefs() local 93 Filtered.reserve(UnfilteredCount); in filterAndSortClassDefs() 130 Filtered.push_back(std::move(Layout)); in filterAndSortClassDefs() 134 llvm::sort(Filtered, Comp); in filterAndSortClassDefs() 135 return Filtered; in filterAndSortClassDefs() 230 std::vector<LayoutPtr> Filtered; in start() local 233 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start() 235 Shown = Filtered.size(); in start() 247 for (auto &Class : Filtered) in start()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1028 auto Filtered = make_filter_range(PHIOperands, [&](const ValPair &P) { in createPHIExpression() local 1042 std::transform(Filtered.begin(), Filtered.end(), op_inserter(E), in createPHIExpression() 1722 auto Filtered = make_filter_range(E->operands(), [&](Value *Arg) { in performSymbolicPHIEvaluation() local 1730 if (Filtered.empty()) { in performSymbolicPHIEvaluation() 1744 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation() 1745 ++Filtered.begin(); in performSymbolicPHIEvaluation() 3007 auto Filtered = make_filter_range(MP->operands(), [&](const Use &U) { in valueNumberMemoryPhi() local 3015 if (Filtered.begin() == Filtered.end()) { in valueNumberMemoryPhi() 3026 auto MappedBegin = map_iterator(Filtered.begin(), LookupFunc); in valueNumberMemoryPhi() 3027 auto MappedEnd = map_iterator(Filtered.end(), LookupFunc); in valueNumberMemoryPhi() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 113 auto Filtered = make_filter_range(L->blocks(), Pred); in getUniqueExitBlocksHelper() local 114 for (BlockT *BB : Filtered) in getUniqueExitBlocksHelper()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 1071 bool Filtered = PositionFiltered(i); in getIslands() local 1076 if (Filtered || Val == -1) in getIslands() 1086 if (Filtered || Val == -1) { in getIslands()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 466 5.3. Filtered bufferevent IO
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | whatsnew-2.0.txt | 466 5.3. Filtered bufferevent IO
|