HomeSort by: relevance | last modified time | path
    Searched refs:Cloned (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 40 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
41 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
817 // consider cloned blocks ??
931 int Cloned = 0;
967 Cloned += improveSimpleJumpintoIf(MBB, TrueMBB, FalseMBB, &LandBlk);
972 ++Cloned;
977 ++Cloned;
984 numClonedBlock += Cloned;
986 return 1 + Cloned + NumMatch;
1485 int Cloned = 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 368 MachineInstr *Cloned = CloneMachineInstr(&*I);
369 MBB.insert(InsertBefore, Cloned);
371 FirstClone = Cloned;
373 Cloned->bundleWithPred();
380 // Copy over call site info to the cloned instruction if needed. If Orig is in
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 744 /// inserted memchecks. Use this for instructions that are *cloned* into the
3028 Instruction *Cloned = Instr->clone();
3030 Cloned->setName(Instr->getName() + ".cloned");
3034 // Replace the operands of the cloned instructions with their scalar
3043 Cloned->setOperand(op, NewOp);
3045 addNewMetadata(Cloned, Instr);
3047 // Place the cloned scalar in the new loop.
3048 Builder.Insert(Cloned);
3050 State.set(Def, Cloned, Instance)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 1809 MachineInstr &Cloned = TargetInstrInfo::duplicate(MBB, InsertBefore, Orig);
1810 MachineBasicBlock::instr_iterator I = Cloned.getIterator();
1827 return Cloned;

Completed in 24 milliseconds