Searched refs:GetValueAtEndOfBlock (Results 1 – 4 of 4) sorted by relevance
91 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater119 return GetValueAtEndOfBlock(BB); in GetValueInMiddleOfBlock()132 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()145 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()213 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()234 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()236 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
75 unsigned GetValueAtEndOfBlock(MachineBasicBlock *BB);
73 Value *GetValueAtEndOfBlock(BasicBlock *BB);
74 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater