| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 175 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol() 194 DataSet.InsertNode(SD, InsertPos); in conjureSymbol() 211 DataSet.InsertNode(SD, InsertPos); in getDerivedSymbol() 227 DataSet.InsertNode(SD, InsertPos); in getExtentSymbol() 245 DataSet.InsertNode(SD, InsertPos); in getMetadataSymbol() 262 DataSet.InsertNode(data, InsertPos); in getCastSymbol() 280 DataSet.InsertNode(data, InsertPos); in getSymIntExpr() 298 DataSet.InsertNode(data, InsertPos); in getIntSymExpr() 316 DataSet.InsertNode(data, InsertPos); in getSymSymExpr() 332 DataSet.InsertNode(data, InsertPos); in getUnarySymExpr()
|
| H A D | BasicValueFactory.cpp | 102 APSIntSet.InsertNode(P, InsertPos); in getValue() 137 CompoundValDataSet.InsertNode(D, InsertPos); in getCompoundValData() 156 LazyCompoundValDataSet.InsertNode(D, InsertPos); in getLazyCompoundValData() 174 PointerToMemberDataSet.InsertNode(D, InsertPos); in getPointerToMemberData() 363 Map.InsertNode(P, InsertPos); in getPersistentSValWithData() 388 Map.InsertNode(P, InsertPos); in getPersistentSValPair()
|
| H A D | MemRegion.cpp | 78 Regions.InsertNode(R, InsertPos); in getSubRegion() 95 Regions.InsertNode(R, InsertPos); in getSubRegion() 114 Regions.InsertNode(R, InsertPos); in getSubRegion() 1150 Regions.InsertNode(R, InsertPos); in getElementRegion()
|
| H A D | ExplodedGraph.cpp | 421 Nodes.InsertNode(V, InsertPos); in getNode()
|
| H A D | ProgramState.cpp | 430 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | 71 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeEmptyOperandList() 93 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeOperandList() 114 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeMIPredicateOperandList() 138 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeTwoMOPredicateOperandList()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 224 void InsertNode(Node *N, void *InsertPos, const FoldingSetInfo &Info); 497 void InsertNode(T *N, void *InsertPos) { in InsertNode() function 498 FoldingSetBase::InsertNode(N, InsertPos, Derived::getFoldingSetInfo()); in InsertNode() 503 void InsertNode(T *N) { in InsertNode() function 670 void InsertNode(T *N, void *InsertPos) { in InsertNode() function 671 Set.InsertNode(N, InsertPos); in InsertNode() 677 void InsertNode(T *N) { in InsertNode() function 678 Set.InsertNode(N); in InsertNode()
|
| H A D | ImmutableList.h | 193 Cache.InsertNode(L, InsertPos); in concat()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 300 CXXDeductionGuideNames.InsertNode(Name, InsertPos); in getCXXDeductionGuideName() 316 CXXConstructorNames.InsertNode(SpecialName, InsertPos); in getCXXConstructorName() 332 CXXDestructorNames.InsertNode(SpecialName, InsertPos); in getCXXDestructorName() 348 CXXConversionFunctionNames.InsertNode(SpecialName, InsertPos); in getCXXConversionFunctionName() 377 CXXLiteralOperatorNames.InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
|
| H A D | ASTContext.cpp | 890 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl() 3057 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType() 3302 ComplexTypes.InsertNode(New, InsertPos); in getComplexType() 3330 PointerTypes.InsertNode(New, InsertPos); in getPointerType() 3351 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType() 3371 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType() 3425 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType() 3465 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType() 3504 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType() 3534 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType() [all …]
|
| H A D | DeclTemplate.cpp | 343 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl() 567 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization() 1299 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
|
| H A D | NestedNameSpecifier.cpp | 52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1113 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG 1281 InsertNode(&EntryNode); in SelectionDAG() 1383 InsertNode(&EntryNode); in clear() 1624 CSEMap.InsertNode(N, IP); in getConstant() 1625 InsertNode(N); in getConstant() 1678 CSEMap.InsertNode(N, IP); in getConstantFP() 1679 InsertNode(N); in getConstantFP() 1735 CSEMap.InsertNode(N, IP); in getGlobalAddress() 1736 InsertNode(N); in getGlobalAddress() 1750 CSEMap.InsertNode(N, IP); in getFrameIndex() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 249 InsertNode(NodeInBucket, in GrowBucketCount() 303 void FoldingSetBase::InsertNode(Node *N, void *InsertPos, in InsertNode() function in FoldingSetBase 383 InsertNode(N, IP, Info); in GetOrInsertNode()
|
| H A D | ItaniumManglingCanonicalizer.cpp | 119 Nodes.InsertNode(New, InsertPos); in getOrCreateNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 249 ThePool.InsertNode(Ty, IP); in get() 414 RKImpl.TheBitsInitPool.InsertNode(I, IP); in get() 641 RK.TheListInitPool.InsertNode(I, IP); in get() 770 RK.TheUnOpInitPool.InsertNode(I, IP); in get() 953 RK.TheBinOpInitPool.InsertNode(I, IP); in get() 1345 RK.TheTernOpInitPool.InsertNode(I, IP); in get() 1639 RK.TheFoldOpInitPool.InsertNode(I, IP); in get() 1704 RK.TheIsAOpInitPool.InsertNode(I, IP); in get() 1765 RK.TheExistsOpInitPool.InsertNode(I, IP); in get() 2027 RK.TheVarDefInitPool.InsertNode(I, IP); in get() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 437 Contexts.InsertNode(L, InsertPos); in getStackFrame() 453 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
|
| H A D | PathDiagnostic.cpp | 225 Diags.InsertNode(D.release()); in HandlePathDiagnostic() 449 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
|
| H A D | RetainSummaryManager.cpp | 130 SimpleSummaries.InsertNode(N, Pos); in getPersistentSummary()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Attributes.cpp | 115 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 138 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 160 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 918 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted() 1124 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
|
| H A D | LegacyPassManager.cpp | 644 UniqueAnalysisUsages.InsertNode(Node, IP); in findAnalysisUsage()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 135 CSEMap.InsertNode(UMI, InsertPos); in insertNode()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 806 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 160 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 504 UniqueSCEVs.InsertNode(S, IP); in getConstant() 1111 UniqueSCEVs.InsertNode(S, IP); in getLosslessPtrToIntExpr() 1231 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr() 1285 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr() 1658 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExprImpl() 1925 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExprImpl() 1986 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExprImpl() 2185 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExprImpl() 3024 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddExpr() 3047 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddRecExpr() [all …]
|