Home
last modified time | relevance | path

Searched refs:GetValueAtEndOfBlockInternal (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp77 return GetValueAtEndOfBlockInternal(BB); in GetValueAtEndOfBlock()
146 return GetValueAtEndOfBlockInternal(BB); in GetValueInMiddleOfBlock()
166 unsigned PredVal = GetValueAtEndOfBlockInternal(PredBB); in GetValueInMiddleOfBlock()
227 NewVR = GetValueAtEndOfBlockInternal(SourceBB); in RewriteUse()
349 unsigned MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){ in GetValueAtEndOfBlockInternal() function in MachineSSAUpdater
/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h108 unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h120 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp82 Value *Res = GetValueAtEndOfBlockInternal(BB); in GetValueAtEndOfBlock()
311 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { in GetValueAtEndOfBlockInternal() function in SSAUpdater