Searched defs:InsertResult (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); local
H A DLiveDebugVariables.cpp1217 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); local
H A DMachineBlockPlacement.cpp1290 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); local
1313 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h93 auto InsertResult = M.insert({X, V.size()}); local
125 auto InsertResult = M.insert({V[i], i}); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp57 struct InsertResult { struct in class:__anon1978::DeltaTreeNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); local
636 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp814 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp515 auto InsertResult = Modules.insert( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp658 bool InsertResult = getContext().addGenDwarfSection(Section); local
H A DAsmParser.cpp907 bool InsertResult = getContext().addGenDwarfSection(Sec); local
H A DMasmParser.cpp1159 bool InsertResult = getContext().addGenDwarfSection(Sec); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp347 auto InsertResult = Markers.insert( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp785 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp521 auto InsertResult = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp485 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); local
2582 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5541 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); local
5688 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); local

Completed in 231 milliseconds