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

/external/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h108 unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp77 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){ function in class:MachineSSAUpdater
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h119 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp81 Value *Res = GetValueAtEndOfBlockInternal(BB);
310 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { function in class:SSAUpdater

Completed in 1332 milliseconds