Home
last modified time | relevance | path

Searched defs:AvailableValueInBlock (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp293 struct llvm::gvn::AvailableValueInBlock { struct in llvm::gvn
295 BasicBlock *BB = nullptr;
298 AvailableValue AV;
300 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get()
307 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()
312 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef()
316 static AvailableValueInBlock getSelect(BasicBlock *BB, SelectInst *Sel, in getSelect()
323 Value *MaterializeAdjustedValue(LoadInst *Load) const { in MaterializeAdjustedValue()