/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | PassManagerImpl.h | 57 bool Inserted; in getResultImpl() local 118 bool Inserted = in invalidate() local
|
H A D | PassManager.h | 717 bool Inserted; in invalidateImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpansions.h | 27 bool Inserted = Expansions.try_emplace(Name, Expansion).second; in declare() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 61 bool Inserted; in MacroExpands() local 225 bool Inserted; in onTokenLexed() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 55 auto Inserted = Remarks.insert(std::move(Remark)); in keep() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 57 bool Inserted = in registerPass() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 165 bool Inserted; in getChildDeclContext() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 73 bool Inserted; in getNumber() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Signposts.cpp | 59 const auto &Inserted = Signposts.insert(std::make_pair(O, ID)); in getSignpostForObject() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 134 bool Inserted = false; in collectControlConditions() local 167 bool Inserted = false; in addControlCondition() local
|
H A D | LoopRotationUtils.cpp | 95 bool Inserted = VM.insert({K, V}).second; in InsertNewValueIntoMap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | Profile.cpp | 212 bool Inserted; in mergeProfilesByThread() local 245 bool Inserted; in mergeProfilesByStack() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | CFGMST.h | 263 bool Inserted; in addEdge() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangSyntaxEmitter.cpp | 88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 235 bool Inserted = NewBBs.insert(NewBB).second; in recordSplitCriticalEdge() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 127 bool Inserted = false; in createEntriesInEntryBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 147 bool Inserted; in dumpSections() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 381 bool Inserted; in isNonEscapingLocalObject() local
|
H A D | CGSCCPassManager.cpp | 925 bool Inserted = RetainedEdges.insert(CalleeN).second; in updateCGAndAnalysisManagerForPass() local 961 bool Inserted = RetainedEdges.insert(RefereeN).second; in updateCGAndAnalysisManagerForPass() local
|
H A D | LazyCallGraph.cpp | 348 bool Inserted = SCCSet.insert(C).second; in verify() local 1954 bool Inserted = in buildRefSCCs() local
|
H A D | IRSimilarityIdentifier.cpp | 768 bool Inserted; in findCandidateStructures() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 383 bool Inserted; in collectConstantCandidates() local 433 bool Inserted; in collectConstantCandidates() local
|
H A D | SpeculateAroundPHIs.cpp | 475 bool Inserted = SpecCostMap.insert({I, Cost}).second; in findProfitablePHIs() local
|
H A D | SimpleLoopUnswitch.cpp | 1457 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops() local 1861 bool Inserted = NewExitLoopBlocks.insert(PredBB).second; in rebuildLoopAfterUnswitch() local 2427 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 477 T *Inserted = GetOrInsertNode(N); in InsertNode() local
|