/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 64 for (auto &Pair : ValueMetadata) in ~LLVMContextImpl() local 86 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local 88 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 134 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 142 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 176 for (const auto &Pair : ArgParts) { in doPromotion() local 241 for (const auto &Pair : ArgParts) { in doPromotion() local 342 for (const auto &Pair : ArgsToPromote.find(&Arg)->second) { in doPromotion() local 402 for (const auto &Pair : OffsetToAlloca) { in doPromotion() local 508 auto Pair = ArgParts.try_emplace( in findArgParts() local 639 for (const auto &Pair : ArgPartsVec) { in findArgParts() local 788 for (const auto &Pair : ArgParts) in promoteArguments() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | GCNCreateVOPD.cpp | 61 std::pair<MachineInstr *, MachineInstr *> &Pair) { in doReplace() argument 133 std::pair<MachineInstr *, MachineInstr *> Pair; in runOnMachineFunction() local 149 for (auto &Pair : ReplaceCandidates) { in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Dominators.h | 106 BasicBlockEdge(const std::pair<BasicBlock *, BasicBlock *> &Pair) in BasicBlockEdge() argument 109 BasicBlockEdge(const std::pair<const BasicBlock *, const BasicBlock *> &Pair) in BasicBlockEdge()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 100 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0); variable 119 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert() local 132 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 56 std::pair<typename MapTy::iterator, bool> Pair = variable 68 std::pair<typename MapTy::iterator, bool> Pair = in insert() local
|
H A D | ProvenanceAnalysis.cpp | 183 std::pair<CachedResultsTy::iterator, bool> Pair = in related() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | MappedHash.h | 156 struct Pair { struct 157 KeyType key; 158 HashData value;
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86EVEX2VEXTablesEmitter.cpp | 71 for (const auto &Pair : Table) { in printTable() local 86 for (const auto &Pair : Predicates) in printCheckPredicate() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 33 struct Pair { struct 34 T A, B;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 224 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst() local 259 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 982 for (const auto &Pair : States) { in findBasePointer() local 995 for (auto Pair : States) { in findBasePointer() local 1048 for (auto Pair : States) { in findBasePointer() local 1078 for (const auto &Pair : States) { in findBasePointer() local 1085 for (auto Pair : States) { in findBasePointer() local 1129 for (auto Pair : States) { in findBasePointer() local 1204 for (auto Pair : States) { in findBasePointer() local 1306 for (auto Pair : States) { in findBasePointer() local 2126 for (auto Pair : AllocaMap) { in relocationViaAlloca() local 2161 for (auto Pair : AllocaMap) { in relocationViaAlloca() local [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/ |
H A D | DWPStringPool.h | 44 auto Pair = Pool.insert(std::make_pair(Str, Offset)); in getOffset() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 289 GOTDefUsePair &Pair = CandPairs[Idx]; in addLinkerOpt() local 313 for (auto Pair = ValidPairs.begin(); Pair != ValidPairs.end(); Pair++) { in addLinkerOpt() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 848 for (auto Pair : BBInsertBeforeMap) { in run() local 850 for (auto Pair : Map) { in run() local 990 for (const auto &Pair : A) { in mapsAreEqual() local 1147 auto Pair = LiveSet->LiveLoc.find(Var); in getLocKind() local 1633 for (const auto &Pair : B) { in joinLocMap() local 1724 for (const auto &Pair : B) { in joinAssignmentMap() local 1892 for (auto &Pair : FragmentMap) { in buildOverlapMapAndRecordDeclares() local 1904 for (auto Pair : FragmentMap) { in buildOverlapMapAndRecordDeclares() local 2035 for (const auto &Pair : InsertBeforeMap) { in run() local
|
H A D | RegisterPressure.cpp | 362 for (const RegisterMaskPair &Pair : P.LiveOutRegs) { in initLiveThru() local 381 RegisterMaskPair Pair) { in addRegLanes() 407 RegisterMaskPair Pair) { in removeRegLanes() 714 void RegPressureTracker::discoverLiveInOrOut(RegisterMaskPair Pair, in discoverLiveInOrOut() 736 void RegPressureTracker::discoverLiveIn(RegisterMaskPair Pair) { in discoverLiveIn() 740 void RegPressureTracker::discoverLiveOut(RegisterMaskPair Pair) { in discoverLiveOut()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 142 for (auto &Pair : Replacements) { in runOnModule() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp | 155 for (const auto &Pair : PairVec) in getSingleAttrDiff() local 254 for (const auto &Pair : CollectedPairs) { in findAndAddDiff() local 391 auto Pair = llvm::find_if(IFRHS->documents(), [&](const auto &DocRHS) { in findDifferences() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalyzerHelpFlags.cpp | 106 for (const auto &Pair : PrintableOptions) { in printAnalyzerConfigList() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugStringTableSubsection.cpp | 72 for (auto &Pair : StringToId) { in commit() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 51 auto Pair = Line.split(" at callsite "); in ReplayInlineAdvisor() local
|
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.pm | 654 sub Pair { subroutine
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | primary_test.cpp | 241 for (const auto &Pair : V) { in SCUDO_TYPED_TEST() local 251 auto Pair = V.back(); in SCUDO_TYPED_TEST() local 290 auto Pair = V.back(); in SCUDO_TYPED_TEST() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 481 auto Pair = in getOrCreateObjectPair() local 493 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject() local 526 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 92 auto Pair = StringRef(KV.getFirst()).split("_"); in parseDarwinSDKSettingsJSON() local
|