Home
last modified time | relevance | path

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

12

/freebsd/contrib/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 MachineInstr *Clone = getPrevNonDebugInst(&*Insert); in rematerializeCheapDef() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCloneable.h44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone() function in OptionValueFileSpecList
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h243 ParamIteratorInterface<T>* Clone() const override { in Clone() function
329 ParamIteratorInterface<T>* Clone() const override { in Clone() function
985 ParamIteratorInterface<To>* Clone() const override { in Clone() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h105 Function *Clone = nullptr; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp803 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction() local
962 Function *Clone = cloneCandidateFunction(F, Specializations.size() + 1); in createSpecialization() local
H A DMemProfContextDisambiguation.cpp2246 for (auto *Clone : Clones) in print() local
2479 ContextNode *Clone = NodeOwner.back().get(); in moveEdgeToNewCalleeClone() local
2620 for (auto *Clone : Node->Clones) in recursivelyRemoveNoneTypeCalleeEdges() local
2799 ContextNode *Clone = nullptr; in identifyClones() local
3041 ContextNode *Clone = ClonesWorklist.front(); in assignFunctions() local
3345 for (auto *Clone : Node->Clones) { in assignFunctions() local
3363 for (auto *Clone : Node->Clones) in assignFunctions() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h74 DIE *Clone; member
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp96 STDMETHODIMP Clone(IEnumString **ppclone) in Clone() function in DynEnumString
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp471 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); in cloneLoop() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1056 AttrTy *Clone = Attribute->clone(S.Context); in copyAttrIfPresent() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1767 auto *Clone = Clones[Idx]; in splitAsyncCoroutine() local
1896 auto Clone = Clones[i]; in splitRetconCoroutine() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() function in ScheduleDAGSDNodes
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1439 llvm::Function *Clone = M->getFunction(FDInlineName); in GenerateCode() local
1459 if (llvm::Function *Clone = M->getFunction(FDInlineName)) { in GenerateCode() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1200 if (DIE *Clone = Info.Clone) in cloneExpression() local
1897 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp164 auto *Clone = new VPReplicateRecipe(I, SinkCandidate->operands(), true); in sinkScalarOperands() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1410 lldb::SBValue SBValue::Clone(const char *new_name) { in Clone() function in SBValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1289 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); cloneLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1154 CallInst *Clone = CallInst::Create(CInst, OpBundles); in OptimizeIndividualCallImpl() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp373 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache; in initializeForReplay() local

12