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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp162 static AvailableValue getUndef() { function in struct:llvm::gvn::AvailableValue
216 static AvailableValueInBlock getUndef(BasicBlock *BB) { function in struct:llvm::gvn::AvailableValueInBlock
217 return get(BB, AvailableValue::getUndef());
1364 ValuesPerBlock.push_back(AvailableValueInBlock::getUndef(DepBB));

Completed in 113 milliseconds