/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 57 struct InsertResult { struct in __anon5fc690450111::DeltaTreeNode 58 DeltaTreeNode *LHS, *RHS; 59 SourceDelta Split;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PriorityWorklist.h | 92 auto InsertResult = M.insert({X, V.size()}); in insert() local 124 auto InsertResult = M.insert({V[i], i}); in insert() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | NonRelocatableStringpool.cpp | 29 auto InsertResult = Strings.insert({S, Entry}); in internString() local
|
H A D | MachineBlockPlacement.cpp | 1349 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local 1372 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
|
H A D | LiveDebugVariables.cpp | 1559 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() local
|
H A D | AssignmentTrackingAnalysis.cpp | 2538 auto InsertResult = in removeRedundantDbgLocsUsingBackwardScan() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 489 auto InsertResult = BuildIDPaths.insert({BuildIDStr, Result}); in getOrFindDebugBinary() local 594 auto InsertResult = Modules.insert( in createModuleInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 964 InsertResult = LegalTypes.insert({Idx, T}); in computeType() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 717 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local
|
H A D | AsmParser.cpp | 991 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
|
H A D | MasmParser.cpp | 1361 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 737 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); in getOrCreateValueInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 345 auto InsertResult = Markers.insert( in addMarker() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 615 auto InsertResult = in insertFunctionRecordIfNeeded() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 475 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); recordTypeIndexForDINode() local 2761 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); getCompleteTypeIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 7236 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode() local 7383 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); in isValidScalarTBAANode() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2340 auto InsertResult = in produceMLocTransferFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 6601 auto InsertResult = MaterializedGlobalTemporaryMap.insert({E, nullptr}); in GetAddrOfGlobalTemporary() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8947 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsOnlyExit}, EL}); in insert() local
|