Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 25 of 159) sorted by relevance

1234567

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp64 for (auto &Pair : ValueMetadata) in ~LLVMContextImpl() local
79 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
81 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local
136 for (auto &Pair : MetadataAsValues) ~LLVMContextImpl() local
144 for (auto &Pair : ValuesAsMetadata) ~LLVMContextImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h102 BasicBlockEdge(const std::pair<BasicBlock *, BasicBlock *> &Pair) in BasicBlockEdge() argument
105 BasicBlockEdge(const std::pair<const BasicBlock *, const BasicBlock *> &Pair) in BasicBlockEdge() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp144 for (const auto &Pair : ArgParts) { doPromotion() local
227 for (const auto &Pair : ArgParts) { doPromotion() local
340 for (const auto &Pair : ArgsToPromote.find(&Arg)->second) { doPromotion() local
400 for (const auto &Pair : OffsetToAlloca) { doPromotion() local
506 auto Pair = ArgParts.try_emplace( findArgParts() local
637 for (const auto &Pair : ArgPartsVec) { findArgParts() local
783 for (const auto &Pair : ArgParts) promoteArguments() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h56 std::pair<typename MapTy::iterator, bool> Pair = variable
68 std::pair<typename MapTy::iterator, bool> Pair = in insert() local
H A DProvenanceAnalysis.cpp170 std::pair<CachedResultsTy::iterator, bool> Pair = in related() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp224 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst() local
259 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst() local
H A DWebAssemblyTargetStreamer.cpp131 for (auto Pair : Grouped) { in emitLocal() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h33 struct Pair { struct
34 T A, B;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h44 auto Pair = Pool.insert(std::make_pair(Str, Offset)); in getOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp142 for (auto &Pair : Replacements) { runOnModule() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp106 for (const auto &Pair : PrintableOptions) { in printAnalyzerConfigList() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp288 GOTDefUsePair &Pair = CandPairs[Idx]; in addLinkerOpt() local
312 for (auto Pair = ValidPairs.begin(); Pair != ValidPairs.end(); Pair in addLinkerOpt() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp914 for (const auto &Pair : States) { in findBasePointer() local
927 for (auto Pair : States) { in findBasePointer() local
1018 for (auto Pair : States) { in findBasePointer() local
1056 for (const auto &Pair in findBasePointer() local
1062 for (auto Pair : States) { findBasePointer() local
1078 for (auto Pair : States) { findBasePointer() local
1153 for (auto Pair : States) { findBasePointer() local
1258 for (auto Pair : States) { findBasePointer() local
2092 for (auto Pair : AllocaMap) { relocationViaAlloca() local
2127 for (auto Pair : AllocaMap) { relocationViaAlloca() local
2711 for (auto &Pair : PointerToBase) { insertParsePoints() local
2754 for (auto Pair : PointerToBase) { insertParsePoints() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp72 for (auto &Pair : StringToId) { in commit() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp51 auto Pair = Line.split(" at callsite "); in ReplayInlineAdvisor() local
H A DPhiValues.cpp140 for (auto &Pair : ReachableMap) in invalidateValue() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp92 auto Pair = StringRef(KV.getFirst()).split("_"); in parseDarwinSDKSettingsJSON() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp362 for (const RegisterMaskPair &Pair : P.LiveOutRegs) { in initLiveThru() local
381 RegisterMaskPair Pair) { in addRegLanes() argument
407 RegisterMaskPair Pair) { in removeRegLanes() argument
712 discoverLiveInOrOut(RegisterMaskPair Pair,SmallVectorImpl<RegisterMaskPair> & LiveInOrOut) discoverLiveInOrOut() argument
734 discoverLiveIn(RegisterMaskPair Pair) discoverLiveIn() argument
738 discoverLiveOut(RegisterMaskPair Pair) discoverLiveOut() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h104 for (const auto &Pair : MutatedMemory) in getMutatedInitializers() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp183 for (const auto &Pair : UninitFields) { in checkEndFunction() local
203 for (const auto &Pair : UninitFields) { in checkEndFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGDiff.h78 for (auto Pair : M) { in printMap() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp168 std::pair<const CXXRecordDecl *, BaseSubobject> Pair = getSecondaryVirtualPointerIndex() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h306 LaneBitmask insert(RegisterMaskPair Pair) { in insert()
319 LaneBitmask erase(RegisterMaskPair Pair) { in erase()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp182 for (const auto &Pair : Strings) { in writeHashTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp312 std::pair<StringRef, StringRef> Pair = NewSection.SectionName.split(','); in addSection() local
391 std::pair<StringRef, StringRef> Pair = Name.split(','); in isValidMachOCannonicalName() local

1234567