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

/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp289 /// GetUndefVal - Create an IMPLICIT_DEF instruction with a new register.
291 static Register GetUndefVal(MachineBasicBlock *BB, function in class:llvm::SSAUpdaterTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp265 /// GetUndefVal - Get an undefined value of the same type as the value
267 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits

Completed in 106 milliseconds