Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp57 struct InsertResult { struct in __anonb6a907500111::DeltaTreeNode
58 DeltaTreeNode *LHS, *RHS;
59 SourceDelta Split;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPriorityWorklist.h93 auto InsertResult = M.insert({X, V.size()}); in insert() local
125 auto InsertResult = M.insert({V[i], i}); in insert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
H A DMachineBlockPlacement.cpp1313 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local
1336 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
H A DLiveDebugVariables.cpp1454 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI() local
638 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); in speculatePHIs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDebugMap.cpp48 auto InsertResult = Symbols.insert( in addSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp683 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local
H A DAsmParser.cpp969 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
H A DMasmParser.cpp1233 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp837 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
H A DCodeGenModule.cpp5430 auto InsertResult = MaterializedGlobalTemporaryMap.insert({E, nullptr}); in GetAddrOfGlobalTemporary() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp546 auto InsertResult = Modules.insert( in createModuleInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1421 auto InsertResult = in insertTrivialCallEdge() local
1448 auto InsertResult = in insertTrivialRefEdge() local
H A DScalarEvolution.cpp7635 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp741 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); in getOrCreateValueInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp347 auto InsertResult = Markers.insert( in addMarker() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp563 auto InsertResult = in insertFunctionRecordIfNeeded() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp473 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
2618 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5826 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode() local
5973 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); in isValidScalarTBAANode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2181 auto InsertResult = in produceMLocTransferFunction() local