Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp201 static AvailableValue getUndef() { in getUndef() function
256 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef() function
257 return get(BB, AvailableValue::getUndef()); in getUndef()
1014 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB)); in AnalyzeLoadAvailability()