Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp228 static AvailableValue getUndef() { in getUndef() function
299 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef() function
300 return get(BB, AvailableValue::getUndef()); in getUndef()
1290 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB)); in AnalyzeLoadAvailability()