Searched refs:GetValueAtEndOfBlockInternal (Results 1 – 4 of 4) sorted by relevance
78 return GetValueAtEndOfBlockInternal(BB); in GetValueAtEndOfBlock()148 return GetValueAtEndOfBlockInternal(BB, ExistingValueOnly); in GetValueInMiddleOfBlock()169 Register PredVal = GetValueAtEndOfBlockInternal(PredBB, ExistingValueOnly); in GetValueInMiddleOfBlock()234 NewVR = GetValueAtEndOfBlockInternal(SourceBB); in RewriteUse()374 MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB, in GetValueAtEndOfBlockInternal() function in MachineSSAUpdater
112 Register GetValueAtEndOfBlockInternal(MachineBasicBlock *BB,
138 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
94 Value *Res = GetValueAtEndOfBlockInternal(BB); in GetValueAtEndOfBlock()358 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { in GetValueAtEndOfBlockInternal() function in SSAUpdater