Searched refs:GetValueAtEndOfBlockInternal (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h107 unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineSSAUpdater.h107 unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp76 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){ function in class:MachineSSAUpdater
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp75 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){ function in class:MachineSSAUpdater
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h120 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DSSAUpdater.h108 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp82 Value *Res = GetValueAtEndOfBlockInternal(BB);
311 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { function in class:SSAUpdater
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp92 Value *Res = GetValueAtEndOfBlockInternal(BB);
342 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
346 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { function in class:SSAUpdater

Completed in 150 milliseconds