Home | History | Annotate | Download | only in Utils

Lines Matching refs:GetValueAtEndOfBlock

89 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
91 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) {
99 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
117 // GetValueAtEndOfBlock to do our work.
119 return GetValueAtEndOfBlock(BB);
132 Value *PredVal = GetValueAtEndOfBlock(PredBB);
145 Value *PredVal = GetValueAtEndOfBlock(PredBB);
210 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
226 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
228 V = GetValueAtEndOfBlock(User->getParent());