Searched refs:GetValueAtEndOfBlock (Results 1 – 6 of 6) sorted by relevance
92 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater101 return GetValueAtEndOfBlock(BB); in GetValueInMiddleOfBlock()114 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()126 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()191 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()203 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()205 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
1646 Register StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenLoadAddr()1917 Register StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenValueInRegister()2024 mergePredStateIntoSP(MBB, InsertPt, Loc, PS->SSA.GetValueAtEndOfBlock(&MBB)); in hardenReturnInstr()2082 Register StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in tracePredStateThroughCall()
760 Phi->setIncomingValueForBlock(FI, Updater.GetValueAtEndOfBlock(FI)); in setPhiValues()