HomeSort by relevance Sort by last modified time
    Searched defs:Ins (Results 1 - 7 of 7) 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/CodeGen/
RegAllocGreedy.cpp 635 unsigned Ins = 0;
640 BC.Entry = SpillPlacement::MustSpill, ++Ins;
642 BC.Entry = SpillPlacement::PrefSpill, ++Ins;
644 ++Ins;
650 BC.Exit = SpillPlacement::MustSpill, ++Ins;
652 BC.Exit = SpillPlacement::PrefSpill, ++Ins;
654 ++Ins;
658 if (Ins)
659 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number);
801 unsigned Ins = 0
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 469 std::pair<CompositeMap::iterator, bool> Ins =
472 if (!Ins.second && Ins.first->second != i1d->first) {
476 << getQualifiedName(Ins.first->second) << " or "
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 683 milliseconds