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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h99 ValT V = Traits::GetUndefVal(BB, Updater);
256 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp298 /// GetUndefVal - Create an IMPLICIT_DEF instruction with a new register.
300 static Register GetUndefVal(MachineBasicBlock *BB, function in class:llvm::SSAUpdaterTraits
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp310 /// GetUndefVal - Get an undefined value of the same type as the value
312 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4019 /// GetUndefVal - Normally creates an IMPLICIT_DEF instruction with a new
4022 static BlockValueNum GetUndefVal(LDVSSABlock *BB, LDVSSAUpdater *Updater) {

Completed in 60 milliseconds