Searched defs:Clone (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp76 MachineInstr *Clone = MF->CloneMachineInstr(DBI); local
H A DWebAssemblyRegStackify.cpp571 MachineInstr *Clone = &*std::prev(Insert); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp143 std::unique_ptr<Module> Clone = CloneModule(*Test.getProgram()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp101 class Clone { class in class:__anon2221::AMDGPUPropagateAttributes
103 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : function in class:__anon2221::AMDGPUPropagateAttributes::Clone
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { function in class:ScheduleDAGSDNodes
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs44 public OptionPageGrid Clone() method in class:LLVM.ClangFormat.OptionPageGrid
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp87 std::unique_ptr<Module> Clone = CloneModule(*Program); local
H A DMiscompilation.cpp267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); local
504 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h61 DIE *Clone; member in struct:llvm::CompileUnit::DIEInfo
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp64 LLVMTypeRef Clone(LLVMValueRef Src) { function in struct:TypeCloner
68 LLVMTypeRef Clone(LLVMTypeRef Src) { function in struct:TypeCloner
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1191 CallInst *Clone = cast<CallInst>( local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1147 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1614 auto *Clone = Clones[Idx]; local
1745 auto Clone = Clones[i]; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2526 AlignedAttr *Clone = OldStrictestAlignAttr->clone(S.Context); local
2535 AlignedAttr *Clone = OldAlignasAttr->clone(S.Context); local
6841 AttrTy *Clone = Attribute->clone(S.Context); local

Completed in 336 milliseconds