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

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 250 Instruction *Ins = cast<Instruction>(*I);
257 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins))
270 Ins->replaceAllUsesWith(New);
271 Ins->eraseFromParent();
PartialInlining.cpp 93 BasicBlock::iterator Ins = newReturnBlock->begin();
98 PHINode* retPhi = PHINode::Create(OldPhi->getType(), 2, "", Ins);
100 Ins = newReturnBlock->getFirstNonPHI();
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 82 Ins
118 const SmallVectorImpl<ISD::InputArg> &Ins,
142 const SmallVectorImpl<ISD::InputArg> &Ins,
152 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 702 unsigned Ins = 0;
707 BC.Entry = SpillPlacement::MustSpill, ++Ins;
709 BC.Entry = SpillPlacement::PrefSpill, ++Ins;
711 ++Ins;
717 BC.Exit = SpillPlacement::MustSpill, ++Ins;
719 BC.Exit = SpillPlacement::PrefSpill, ++Ins;
721 ++Ins;
725 if (Ins)
726 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number);
913 unsigned Ins = 0
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 70 std::pair<CompMap::iterator, bool> Ins =
72 return (Ins.second || Ins.first->second == B) ? 0 : Ins.first->second;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 546 milliseconds