HomeSort by relevance Sort by last modified time
    Searched defs:NewInst (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 142 Instruction *NewInst = createReplacementInstr(CE, InsertPos);
143 PN->setOperand(I, NewInst);
146 Instruction *NewInst = createReplacementInstr(CE, Instr);
147 Instr->replaceUsesOfWith(CE, NewInst);
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 50 Instruction *NewInst = II->clone();
52 NewInst->setName(II->getName()+NameSuffix);
53 NewBB->getInstList().push_back(NewInst);
54 VMap[II] = NewInst; // Add instruction map to value.
318 Instruction *NewInst = II->clone();
322 if (!isa<PHINode>(NewInst)) {
323 RemapInstruction(NewInst, VMap,
329 if (Value *V = SimplifyInstruction(NewInst, DL)) {
336 delete NewInst;
342 NewInst->setName(II->getName()+NameSuffix)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 318 const SwitchInst *NewInst = cast_or_null<SwitchInst>(NewI);
319 assert(NewInst && "All instructions that are in SrcBB must be in VMap.");
321 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 202 milliseconds