HomeSort by relevance Sort by last modified time
    Searched refs:GetValueAtEndOfBlockInternal (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 107 unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 110 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 75 return GetValueAtEndOfBlockInternal(BB);
144 return GetValueAtEndOfBlockInternal(BB);
164 unsigned PredVal = GetValueAtEndOfBlockInternal(PredBB);
226 NewVR = GetValueAtEndOfBlockInternal(SourceBB);
360 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
364 unsigned MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 92 Value *Res = GetValueAtEndOfBlockInternal(BB);
342 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
346 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) {

Completed in 61 milliseconds