/llvm-project/lldb/include/lldb/Utility/ |
H A D | Cloneable.h | 44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
|
/llvm-project/clang/unittests/Analysis/ |
H A D | CloneDetectionTest.cpp | 79 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 D | WebAssemblyDebugValueManager.cpp | 294 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 D | WebAssemblyRegStackify.cpp | 585 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef() local
|
/llvm-project/llvm/unittests/Remarks/ |
H A D | RemarksAPITest.cpp | 45 TEST(RemarksAPI, Clone) { in TEST() argument
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 93 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 D | OptionValueFileSpecList.cpp | 163 OptionValueSP OptionValueFileSpecList::Clone() const { Clone() function in OptionValueFileSpecList
|
/llvm-project/lldb/unittests/Interpreter/ |
H A D | TestOptionValue.cpp | 112 lldb::OptionValueSP Clone() const override { in Clone() function in TestProperties
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 242 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 D | FunctionSpecialization.h | 126 Function *Clone = nullptr; global() member
|
/llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs |
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 87 std::unique_ptr<Module> Clone = CloneModule(*Program); in deleteInstructionFromProgram() local
|
H A D | Miscompilation.cpp | 267 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 D | MemProfContextDisambiguation.cpp | 2219 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 D | FunctionSpecialization.cpp | 803 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 D | InstructionsTest.cpp | 734 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 D | DWARFLinkerCompileUnit.h | 74 DIE *Clone; member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 471 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); in cloneLoop() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 1056 FD->addAttr(Clone); in copyAttrIfPresent() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 67 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function 71 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function [all...] |
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1766 auto *Clone = Clones[Idx]; splitAsyncCoroutine() local 1895 auto Clone = Clones[i]; splitRetconCoroutine() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() function in ScheduleDAGSDNodes
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1413 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 D | DWARFLinker.cpp | 1186 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 D | VPlanTransforms.cpp | 164 auto *Clone = new VPReplicateRecipe(I, SinkCandidate->operands(), true); sinkScalarOperands() local
|