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.cpp288 struct llvm::gvn::AvailableValueInBlock { struct in llvm::gvn
290 BasicBlock *BB = nullptr;
293 AvailableValue AV;
295 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get()
302 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()
307 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef()
311 static AvailableValueInBlock getSelect(BasicBlock *BB, SelectInst *Sel, in getSelect()
318 Value *MaterializeAdjustedValue(LoadInst *Load, GVNPass &gvn) const { in MaterializeAdjustedValue()