Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DSmallSetTest.cpp25 auto InsertResult = s1.insert(i); TEST() local
31 auto InsertResult = s1.insert(i); TEST() local
48 auto InsertResult = s1.insert(i); TEST() local
54 auto InsertResult = s1.insert(i); TEST() local
[all...]
/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp
/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
/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp29 auto InsertResult = Strings.insert({S, Entry}); in internString() local
H A DMachineBlockPlacement.cpp1349 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); precomputeTriangleChains() local
1372 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); precomputeTriangleChains() local
H A DLiveDebugVariables.cpp1559 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); rewriteLocations() local
H A DAssignmentTrackingAnalysis.cpp2538 auto InsertResult = removeRedundantDbgLocsUsingBackwardScan() local
/llvm-project/polly/lib/Support/
H A DVirtualInstruction.cpp381 auto InsertResult = UsedInsts.insert(VInst); in walkReachable() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp489 auto InsertResult = BuildIDPaths.insert({BuildIDStr, Result}); getOrFindDebugBinary() local
594 auto InsertResult = Modules.insert( createModuleInfo() local
/llvm-project/llvm/tools/dsymutil/
H A DDebugMap.cpp53 auto InsertResult = Symbols.insert( in addSymbol() local
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp964 InsertResult = LegalTypes.insert({Idx, T}); in computeType() local
/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp717 bool InsertResult = getContext().addGenDwarfSection(Section); ParseSectionArguments() local
H A DAsmParser.cpp991 (void)InsertResult; in Run() local
H A DMasmParser.cpp1361 (void)InsertResult; in Run() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp737 assert(InsertResult.second && "Value info number already existed?"); in getOrCreateValueInfo() local
/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp345 auto InsertResult = Markers.insert( in addMarker() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp615 auto InsertResult = insertFunctionRecordIfNeeded() local
/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()}); getCompleteTypeIndex() local
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7217 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); verifyTBAABaseNode() local
7364 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); isValidScalarTBAANode() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2307 auto InsertResult = produceMLocTransferFunction() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6579 auto InsertResult = MaterializedGlobalTemporaryMap.insert({E, nullptr}); GetAddrOfGlobalTemporary() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8945 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsOnlyExit}, EL}); insert() local