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 75 return GetValueAtEndOfBlockInternal(BB);
144 return GetValueAtEndOfBlockInternal(BB);
164 unsigned PredVal = GetValueAtEndOfBlockInternal(PredBB);
225 NewVR = GetValueAtEndOfBlockInternal(SourceBB);
353 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
357 unsigned MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 82 Value *Res = GetValueAtEndOfBlockInternal(BB);
311 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) {

Completed in 70 milliseconds