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()192 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()204 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()206 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
77 Register GetValueAtEndOfBlock(MachineBasicBlock *BB);
84 Value *GetValueAtEndOfBlock(BasicBlock *BB);
81 Register MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater
1647 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenLoadAddr()1918 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenValueInRegister()2025 mergePredStateIntoSP(MBB, InsertPt, Loc, PS->SSA.GetValueAtEndOfBlock(&MBB)); in hardenReturnInstr()2083 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in tracePredStateThroughCall()
645 Phi->setIncomingValueForBlock(FI, Updater.GetValueAtEndOfBlock(FI)); in setPhiValues()