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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp203 static AvailableValue getUndef() { function in struct:llvm::gvn::AvailableValue
258 static AvailableValueInBlock getUndef(BasicBlock *BB) { function in struct:llvm::gvn::AvailableValueInBlock
259 return get(BB, AvailableValue::getUndef());
996 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB));

Completed in 162 milliseconds