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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h109 Register GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp79 return GetValueAtEndOfBlockInternal(BB);
147 return GetValueAtEndOfBlockInternal(BB);
167 Register PredVal = GetValueAtEndOfBlockInternal(PredBB);
228 NewVR = GetValueAtEndOfBlockInternal(SourceBB);
350 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
354 Register MachineSSAUpdater::GetValueAtEndOfBlockInternal(MachineBasicBlock *BB){ function in class:MachineSSAUpdater
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h125 Value *GetValueAtEndOfBlockInternal(BasicBlock *BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp95 Value *Res = GetValueAtEndOfBlockInternal(BB);
318 Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) { function in class:SSAUpdater

Completed in 119 milliseconds