Home
last modified time | relevance | path

Searched refs:GetValueAtEndOfBlock (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp93 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater
102 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h77 Register GetValueAtEndOfBlock(MachineBasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h86 Value *GetValueAtEndOfBlock(BasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp77 Register MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1638 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp760 Phi->setIncomingValueForBlock(FI, Updater.GetValueAtEndOfBlock(FI)); in setPhiValues()