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

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 77 return GetValueAtEndOfBlockInternal(BB);
146 return GetValueAtEndOfBlockInternal(BB);
166 unsigned PredVal = GetValueAtEndOfBlockInternal(PredBB);
227 NewVR = GetValueAtEndOfBlockInternal(SourceBB);
345 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
349 unsigned MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 81 Value *Res = GetValueAtEndOfBlockInternal(BB);
310 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) {

Completed in 610 milliseconds