Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp218 static AvailableValue getUndef() { in getUndef() function
273 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef() function
274 return get(BB, AvailableValue::getUndef()); in getUndef()
1155 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB)); in AnalyzeLoadAvailability()