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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp235 static AvailableValue getUndef() { function in struct:llvm::gvn::AvailableValue
306 static AvailableValueInBlock getUndef(BasicBlock *BB) { function in struct:llvm::gvn::AvailableValueInBlock
307 return get(BB, AvailableValue::getUndef());
1323 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB));

Completed in 68 milliseconds