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

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 76 return GetValueAtEndOfBlockInternal(BB);
145 return GetValueAtEndOfBlockInternal(BB);
165 unsigned PredVal = GetValueAtEndOfBlockInternal(PredBB);
226 NewVR = GetValueAtEndOfBlockInternal(SourceBB);
344 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
348 unsigned MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSSAUpdater.cpp 75 return GetValueAtEndOfBlockInternal(BB);
144 return GetValueAtEndOfBlockInternal(BB);
164 unsigned PredVal = GetValueAtEndOfBlockInternal(PredBB);
227 NewVR = GetValueAtEndOfBlockInternal(SourceBB);
361 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
365 unsigned MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 82 Value *Res = GetValueAtEndOfBlockInternal(BB);
311 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) {
  /external/swiftshader/third_party/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 145 milliseconds