Home
last modified time | relevance | path

Searched defs:InsertResult (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp57 struct InsertResult { struct in __anon9d934e970111::DeltaTreeNode
58 DeltaTreeNode *LHS, *RHS;
59 SourceDelta Split;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h92 auto InsertResult = M.insert({X, V.size()}); in insert() local
124 auto InsertResult = M.insert({V[i], i}); in insert() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp34 auto InsertResult = Strings.insert({S, Entry}); internString() local
H A DMachineBlockPlacement.cpp1344 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); precomputeTriangleChains() local
1367 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); precomputeTriangleChains() local
H A DLiveDebugVariables.cpp1559 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() local
H A DAssignmentTrackingAnalysis.cpp2531 auto InsertResult = removeRedundantDbgLocsUsingBackwardScan() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp489 auto InsertResult = BuildIDPaths.insert({BuildIDStr, Result}); in getOrFindDebugBinary() local
594 auto InsertResult = Modules.insert( in createModuleInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp964 InsertResult = LegalTypes.insert({Idx, T}); in computeType() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp718 if (InsertResult && getContext().getDwarfVersion() <= 2) in ParseSectionArguments() local
H A DAsmParser.cpp993 (void)InsertResult; in Run() local
H A DMasmParser.cpp1361 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp739 return ValueInfos[InsertResult.first->second]; in getOrCreateValueInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp345 auto InsertResult = Markers.insert( in addMarker() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp607 auto InsertResult = insertFunctionRecordIfNeeded() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp479 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
2779 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6822 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); verifyTBAABaseNode() local
6969 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); isValidScalarTBAANode() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2306 auto InsertResult = produceMLocTransferFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6455 auto InsertResult = MaterializedGlobalTemporaryMap.insert({E, nullptr}); GetAddrOfGlobalTemporary() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8903 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsOnlyExit}, EL}); insert() local