Searched refs:OldInst (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DBranchFolding.h100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
H A DBranchFolding.cpp393 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
395 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, argument
397 MachineBasicBlock *CurMBB = OldInst->getParent();
399 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcInstrInfo.cpp204 MachineBasicBlock::iterator OldInst = I; local
210 OldInst->eraseFromParent();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp318 const SwitchInst* OldInst = I->first; local
319 Value* NewI = VMap.lookup(OldInst);
323 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetInstrInfo.h297 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
969 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.cpp2572 MachineBasicBlock::iterator OldInst = I; local
2579 OldInst->eraseFromParent();

Completed in 140 milliseconds