| /freebsd/contrib/llvm-project/libcxx/include/__flat_set/ |
| H A D | utils.h | 62 …if constexpr (requires { __set.__keys_.insert_range(__set.__keys_.end(), std::forward<_Range>(__rn… in __append() 65 __set.__keys_.insert_range(__set.__keys_.end(), std::forward<_Range>(__rng)); in __append()
|
| H A D | flat_multiset.h | 172 insert_range(std::forward<_Range>(__rg)); in flat_multiset() 283 insert_range(std::forward<_Range>(__rg)); in flat_multiset() 290 insert_range(std::forward<_Range>(__rg)); in flat_multiset() 410 _LIBCPP_HIDE_FROM_ABI void insert_range(_Range&& __range) { in insert_range() function
|
| H A D | flat_set.h | 173 insert_range(std::forward<_Range>(__rg)); in flat_set() 291 insert_range(std::forward<_Range>(__rg)); in flat_set() 299 insert_range(std::forward<_Range>(__rg)); in flat_set() 461 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void insert_range(_Range&& __range) { in insert_range() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | FunctionPropertiesAnalysis.cpp | 422 LikelyToChangeBBs.insert_range(CallUsers); in FunctionPropertiesUpdater() 427 Successors.insert_range(successors(&CallSiteBB)); in FunctionPropertiesUpdater() 452 Successors.insert_range(successors(UnwindDest)); in FunctionPropertiesUpdater() 468 LikelyToChangeBBs.insert_range(Successors); in FunctionPropertiesUpdater() 538 Reinclude.insert_range(CallUsers); in finish() 559 Reinclude.insert_range(successors(BB)); in finish()
|
| H A D | PhiValues.cpp | 103 Reachable.insert_range(It->second); in processPhi()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | ASTOps.cpp | 67 Fields.insert_range(Type->getAsRecordDecl()->fields()); in getFieldsFromClassHierarchy() 262 Referenced.Fields.insert_range(getFieldsForInitListExpr(InitList)); in VisitInitListExpr() 268 Referenced.Fields.insert_range(getFieldsForInitListExpr(ParenInitList)); in VisitCXXParenListInitExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LinkGraphLinkingLayer.cpp | 111 LR.insert_range(*Result); in lookup() 392 FBI.AnonBackEdges.insert_range(BI.AnonBackEdges); in registerDependencies() 397 BBI.SymbolDeps.insert_range(BI.SymbolDeps); in registerDependencies() 398 BBI.AnonEdges.insert_range(BI.AnonEdges); in registerDependencies()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 105 JamLoopBlocks.insert_range(JamLoop.blocks()); in partitionOuterLoopBlocks() 125 SubLoopBlocks.insert_range(SubLoop->blocks()); in partitionOuterLoopBlocks() 583 MergeBlocks.insert_range(ForeBlocksLast); in UnrollAndJamLoop() 584 MergeBlocks.insert_range(SubLoopBlocksLast); in UnrollAndJamLoop() 585 MergeBlocks.insert_range(AftBlocksLast); in UnrollAndJamLoop()
|
| H A D | FunctionImportUtils.cpp | 56 SymbolsToMove.insert_range(MoveSymbolGUID); in FunctionImportGlobalProcessing()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringSet.h | 49 template <typename Range> void insert_range(Range &&R) { in insert_range() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 244 PartDefRegs.insert_range(TRI->subregs_inclusive(DefReg)); in FindLastPartialDef() 283 Processed.insert_range(TRI->subregs(SubReg)); in HandlePhysRegUse() 369 PartUses.insert_range(TRI->subregs_inclusive(SubReg)); in HandlePhysRegKill() 463 Live.insert_range(TRI->subregs_inclusive(Reg)); in HandlePhysRegDef() 475 Live.insert_range(TRI->subregs_inclusive(SubReg)); in HandlePhysRegDef()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 72 Found.insert_range(Data); in insert() 194 Found.insert_range(Data); in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Assumptions.cpp | 45 Assumptions.insert_range(Strings); in getAssumptions()
|
| H A D | SafepointIRVerifier.cpp | 173 DeadBlocks.insert_range(Dom); in addDeadBlock() 647 Worklist.insert_range(successors(BB)); in recalculateBBsStates() 751 Result.insert_range(Defs); in gatherDominatingDefs()
|
| H A D | ReplaceConstant.cpp | 111 InstructionWorklist.insert_range(NewInsts); in convertUsersOfConstantsToInstructions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LockstepReverseIterator.h | 60 this->ActiveBlocks.insert_range(Blocks); in reset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BlockCoverageInference.cpp | 242 Reachable.insert_range(Range); in getReachableAvoiding() 245 Reachable.insert_range(Range); in getReachableAvoiding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64BranchTargets.cpp | 84 JumpTableTargets.insert_range(JTE.MBBs); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 231 Elts.insert_range(*Result); in apply() 286 return Elts.insert_range(*Result); in evaluate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.cpp | 169 AvailableExtensions.insert_range(AllowedExtIds); in initAvailableExtensions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 569 Killed.insert_range(RemoveITs); in INITIALIZE_PASS() 578 ToRemove.insert_range(Uses); in INITIALIZE_PASS() 587 ToRemove.insert_range(Killed); in INITIALIZE_PASS() 760 Ignore.insert_range(VCTPs); in ValidateTailPredicate() 782 ToRemove.insert_range(ElementChain); in ValidateTailPredicate() 1693 LoLoop.ToRemove.insert_range(LoLoop.VCTPs); in ConvertVPTBlocks()
|
| H A D | Thumb2ITBlockPass.cpp | 98 UsesDefs.insert_range(TRI->subregs_inclusive(Reg)); in INITIALIZE_PASS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 569 PHIContents.insert_range(MPHI.getValues()); in analyzeInitialPHIs() 665 PHIContents.insert_range(PHI.getValues()); in analyzeInstructionForSinking() 707 PHIContents.insert_range(PHI.getValues()); in analyzeInstructionForSinking()
|
| H A D | ConstantHoisting.cpp | 250 Candidates.insert_range(Path); in findBestInsertionSet() 285 BBs.insert_range(InsertPts); in findBestInsertionSet() 306 ParentInsertPts.insert_range(InsertPts); in findBestInsertionSet()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CxxModuleHandler.cpp | 45 m_supported_templates.insert_range(supported_names); in CxxModuleHandler()
|