Searched refs:Cloned (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| D | clone.t | 91 'Cloned circular refs from thread'); 98 ok($test++, $ary->[1] eq 'bar', 'Cloned array'); 120 ok($test++, $$hsh{'foo'}[1] eq 'bar', 'Cloned structure'); 170 ok($test++, ref($copy) eq 'Foo', 'Cloned object class');
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600MachineCFGStructurizer.cpp | 923 int Cloned = 0; in ifPatternMatch() local 959 Cloned += improveSimpleJumpintoIf(MBB, TrueMBB, FalseMBB, &LandBlk); in ifPatternMatch() 964 ++Cloned; in ifPatternMatch() 969 ++Cloned; in ifPatternMatch() 976 numClonedBlock += Cloned; in ifPatternMatch() 978 return 1 + Cloned + NumMatch; in ifPatternMatch() 1474 int Cloned = 0; in cloneOnSideEntryTo() local 1480 ++Cloned; in cloneOnSideEntryTo() 1487 return Cloned; in cloneOnSideEntryTo()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | DFAJumpThreading.cpp | 984 std::vector<Instruction *> Cloned = KV.second; in updateSSA() local 1012 for (Instruction *New : Cloned) in updateSSA() 1155 Instruction *Cloned = dyn_cast<Instruction>(Entry.second); in updateDefMap() local 1156 if (!Cloned) in updateDefMap() 1159 NewDefsVector.push_back({Inst, Cloned}); in updateDefMap()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| D | Util.t | 81 ok($io, "Cloned the filehandle");
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineFunction.cpp | 401 MachineInstr *Cloned = CloneMachineInstr(&*I); in cloneMachineInstrBundle() local 402 MBB.insert(InsertBefore, Cloned); in cloneMachineInstrBundle() 404 FirstClone = Cloned; in cloneMachineInstrBundle() 406 Cloned->bundleWithPred(); in cloneMachineInstrBundle()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 2809 Instruction *Cloned = Instr->clone(); in scalarizeInstruction() local 2811 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction() 2820 Cloned->dropPoisonGeneratingFlags(); in scalarizeInstruction() 2832 Cloned->setOperand(I.index(), State.get(Operand, InputInstance)); in scalarizeInstruction() 2834 State.addNewMetadata(Cloned, Instr); in scalarizeInstruction() 2837 State.Builder.Insert(Cloned); in scalarizeInstruction() 2839 State.set(RepRecipe, Cloned, Instance); in scalarizeInstruction() 2842 if (auto *II = dyn_cast<AssumeInst>(Cloned)) in scalarizeInstruction() 2847 PredicatedInstructions.push_back(Cloned); in scalarizeInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 1839 MachineInstr &Cloned = TargetInstrInfo::duplicate(MBB, InsertBefore, Orig); in duplicate() local 1840 MachineBasicBlock::instr_iterator I = Cloned.getIterator(); in duplicate() 1857 return Cloned; in duplicate()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1995 | 1563 * config/powerpc/ppc{,le}-sim.mt: Cloned from ppc{,le}-eabi.mt.
|