Home
last modified time | relevance | path

Searched refs:takeVector (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp437 Refs = RefEdges.takeVector(); in computeFunctionSummary()
444 Refs = RefEdges.takeVector(); in computeFunctionSummary()
474 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
475 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
476 TypeTestAssumeConstVCalls.takeVector(), in computeFunctionSummary()
477 TypeCheckedLoadConstVCalls.takeVector(), std::move(ParamAccesses)); in computeFunctionSummary()
606 RefEdges.takeVector()); in computeVariableSummary()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h66 Vector takeVector() { in takeVector() function
H A DMapVector.h55 VectorType takeVector() { in takeVector() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp685 GCPtrs = LoweredGCPtrs.takeVector(); in lowerStatepointMetaArgs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1092 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp966 return names.takeVector(); in getSymbolOrderingFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1633 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2483 DeleteDeadBlocks(BlocksToRemove.takeVector(), DTU); in removeUnreachableBlocks()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1751 return MostBases.takeVector(); in getMostBaseClasses()
6017 for (const auto &Entry : DeferredEmptyCoverageMappingDecls.takeVector()) { in EmitDeferredUnusedCoverageMappings()