Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/lldb/include/lldb/Utility/
H A DCloneable.h44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
/llvm-project/clang/unittests/Analysis/
H A DCloneDetectionTest.cpp79 const auto ND = dyn_cast<const FunctionDecl>(Clone.getContainingDecl()); in TEST() local
98 const auto ND = dyn_cast<const FunctionDecl>(Clone.getContainingDecl()); in TEST() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp294 MachineInstr *Clone = MF->CloneMachineInstr(DV); in sink() local
365 MachineInstr *Clone = MF->CloneMachineInstr(Def); in cloneSink() local
382 MachineInstr *Clone = MF->CloneMachineInstr(DV); in cloneSink() local
H A DWebAssemblyRegStackify.cpp585 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef() local
/llvm-project/llvm/unittests/Remarks/
H A DRemarksAPITest.cpp45 TEST(RemarksAPI, Clone) { in TEST() argument
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp93 CheckChunk(const Chunk ChunkToCheckForUninterestingness,std::unique_ptr<ReducerWorkItem> Clone,const TestRunner & Test,ReductionFunc ExtractChunksFromModule,const DenseSet<Chunk> & UninterestingChunks,const std::vector<Chunk> & ChunksStillConsideredInteresting) CheckChunk() argument
200 std::unique_ptr<ReducerWorkItem> Clone = runDeltaPass() local
/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp163 OptionValueSP OptionValueFileSpecList::Clone() const { Clone() function in OptionValueFileSpecList
/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp112 lldb::OptionValueSP Clone() const override { in Clone() function in TestProperties
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h242 ParamIteratorInterface<T>* Clone() const override { in Clone() function
328 ParamIteratorInterface<T>* Clone() const override { in Clone() function
981 ParamIteratorInterface<To>* Clone() const override { in Clone() function
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h126 Function *Clone = nullptr; global() member
/llvm-project/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs
/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp87 std::unique_ptr<Module> Clone = CloneModule(*Program); in deleteInstructionFromProgram() local
H A DMiscompilation.cpp267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
504 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2219 for (auto *Clone : Clones) print() local
2428 ContextNode *Clone = NodeOwner.back().get(); moveEdgeToNewCalleeClone() local
2569 for (auto *Clone : Node->Clones) recursivelyRemoveNoneTypeCalleeEdges() local
2748 ContextNode *Clone = nullptr; identifyClones() local
2990 ContextNode *Clone = ClonesWorklist.front(); assignFunctions() local
3294 for (auto *Clone : Node->Clones) { assignFunctions() local
3312 for (auto *Clone : Node->Clones) assignFunctions() local
[all...]
H A DFunctionSpecialization.cpp803 Function *Clone = CloneFunction(F, Mappings); cloneCandidateFunction() local
962 Function *Clone = cloneCandidateFunction(F, Specializations.size() + 1); createSpecialization() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DInstructionsTest.cpp734 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone())); TEST() local
745 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone())); TEST() local
766 std::unique_ptr<CallInst> Clone(CallInst::Create(Call.get(), NewBundle)); TEST() local
796 std::unique_ptr<InvokeInst> Clone( TEST() local
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h74 DIE *Clone; member
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp471 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); in cloneLoop() local
/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1056 FD->addAttr(Clone); in copyAttrIfPresent() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp67 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function
71 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
[all...]
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1766 auto *Clone = Clones[Idx]; splitAsyncCoroutine() local
1895 auto Clone = Clones[i]; splitRetconCoroutine() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() function in ScheduleDAGSDNodes
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1413 llvm::Function *Clone = M->getFunction(FDInlineName); GenerateCode() local
1433 if (llvm::Function *Clone = M->getFunction(FDInlineName)) { GenerateCode() local
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1186 if (DIE *Clone = Info.Clone) cloneExpression() local
1883 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, cloneDIE() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp164 auto *Clone = new VPReplicateRecipe(I, SinkCandidate->operands(), true); sinkScalarOperands() local

12