Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp220 static AvailableValue getUndef() { in getUndef() function
289 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef() function
290 return get(BB, AvailableValue::getUndef()); in getUndef()
1295 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB)); in AnalyzeLoadAvailability()