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

/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h84 ValT V = Traits::GetUndefVal(BB, Updater);
242 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp291 /// GetUndefVal - Create an IMPLICIT_DEF instruction with a new register.
293 static unsigned GetUndefVal(MachineBasicBlock *BB, function in class:llvm::SSAUpdaterTraits
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp257 /// GetUndefVal - Get an undefined value of the same type as the value
259 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits

Completed in 107 milliseconds