Searched refs:GetValueAtEndOfBlock (Results 1 – 6 of 6) sorted by relevance
93 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater102 return GetValueAtEndOfBlock(BB); in GetValueInMiddleOfBlock()115 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()127 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()193 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()233 Value *NewVal = GetValueAtEndOfBlock(UserBB); in UpdateDebugValue()242 Value *NewVal = GetValueAtEndOfBlock(UserBB); in UpdateDebugValue()253 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()255 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
77 Register GetValueAtEndOfBlock(MachineBasicBlock *BB);
86 Value *GetValueAtEndOfBlock(BasicBlock *BB);
77 Register MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater
1638 Register StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenLoadAddr()1910 Register StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenValueInRegister()2017 mergePredStateIntoSP(MBB, InsertPt, Loc, PS->SSA.GetValueAtEndOfBlock(&MBB)); in hardenReturnInstr()2075 Register StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in tracePredStateThroughCall()
760 Phi->setIncomingValueForBlock(FI, Updater.GetValueAtEndOfBlock(FI)); in setPhiValues()