Searched refs:GetValueInMiddleOfBlock (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h79 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
82 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
98 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h83 /// \c GetValueInMiddleOfBlock is the same as \c GetValueAtEndOfBlock except
100 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp86 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { function in class:SSAUpdater
184 V = GetValueInMiddleOfBlock(User->getParent());
444 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent());
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp121 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
124 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
140 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { function in class:MachineSSAUpdater
227 NewVR = GetValueInMiddleOfBlock(UseMI->getParent());
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp698 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
H A DStructurizeCFG.cpp500 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent));
H A DGVN.cpp1298 Value *V = SSAUpdate.GetValueInMiddleOfBlock(LI->getParent());

Completed in 172 milliseconds