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

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h109 unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp75 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){ function in class:MachineSSAUpdater
/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h119 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp82 Value *Res = GetValueAtEndOfBlockInternal(BB);
311 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { function in class:SSAUpdater

Completed in 154 milliseconds